Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2018-12-16 08:00:30 -05:00

View File

@@ -11,10 +11,10 @@
#endif #endif
int GUILaunched; int GUILaunched;
struct window_procs mswin_procs = { "guistubs" }; struct window_procs mswin_procs = { "-guistubs" };
#ifdef QT_GRAPHICS #ifdef QT_GRAPHICS
struct window_procs Qt_procs = { "guistubs" }; struct window_procs Qt_procs = { "-guistubs" };
int qt_tilewidth, qt_tileheight, qt_fontsize, qt_compact_mode; int qt_tilewidth, qt_tileheight, qt_fontsize, qt_compact_mode;
#endif #endif
void void
@@ -54,7 +54,7 @@ char *argv[];
HANDLE hConIn; HANDLE hConIn;
HANDLE hConOut; HANDLE hConOut;
int GUILaunched; int GUILaunched;
struct window_procs tty_procs = { "ttystubs" }; struct window_procs tty_procs = { "-ttystubs" };
void void
win_tty_init(dir) win_tty_init(dir)