fix self-recover prompting on windows

the prompting on Windows wasn't working correctly if a prior game had crashed
and the self-recover feature was trying to kick in. This impacts tty, curses,
and mswin (GUI).
This commit is contained in:
nhmall
2019-12-03 23:32:12 -05:00
parent 8a7ec78d17
commit 5c57804a97
6 changed files with 216 additions and 64 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ DEBUGINFO = Y
# of your PDCurses C files.
#
#ADD_CURSES=Y
#PDCURSES_TOP=..\..\pdcurses
#PDCURSES_TOP=..\lib\pdcurses
#
#==============================================================================
# This marks the end of the BUILD DECISIONS section.