compression fix fix

Ken:
Fix an error in my fix for compression error messages.

No Makefile.src change should be necessary because files.c depends on hack.h,
which "depends" on wintty.h (actually ifdef USE_TRAMPOLI, but the Makefile
doesn't know that).
This commit is contained in:
nethack.allison
2002-01-08 04:44:07 +00:00
parent 17f15477e1
commit a0b13b1b25
+1 -1
View File
@@ -730,7 +730,7 @@ boolean uncomp;
* end up being displayed after the error message. * end up being displayed after the error message.
*/ */
if (istty) if (istty)
wait_synch(); mark_synch();
# endif # endif
if (f == 0) { /* child */ if (f == 0) { /* child */
# ifdef TTY_GRAPHICS # ifdef TTY_GRAPHICS