]> granicus.if.org Git - nethack/commitdiff
Default to compact mode on embedded builds.
authorwarwick <warwick>
Tue, 20 Aug 2002 07:26:22 +0000 (07:26 +0000)
committerwarwick <warwick>
Tue, 20 Aug 2002 07:26:22 +0000 (07:26 +0000)
(one less FAQ to answer)

win/Qt/qt_win.cpp

index a6e9d1d4890a482550953f0c0de46e4abae5e31e..61dade8b17c4c7e4fe3a799dc07a251ee7b61494 100644 (file)
@@ -191,7 +191,11 @@ extern "C" {
 char *qt_tilewidth=NULL;
 char *qt_tileheight=NULL;
 char *qt_fontsize=NULL;
+#if defined(QWS)
+int qt_compact_mode = 1;
+#else
 int qt_compact_mode = 0;
+#endif
 extern const char *enc_stat[]; /* from botl.c */
 extern const char *hu_stat[]; /* from eat.c */
 extern const char *killed_by_prefix[];