Hack-ish fix for ESC*2 bug, hopefully will not cause other problems

This commit is contained in:
theoddone33
2002-03-03 06:05:19 +00:00
parent f42f7d6b1c
commit c7a56a3f2a

View File

@@ -722,11 +722,12 @@ NEWSYM InitPreGame ; Executes before starting/continuing a game
pushad pushad
call clearwin call clearwin
popad popad
mov byte[pressed+1],0
ret ret
NEWSYM SetupPreGame ; Executes after pre-game init, can execute multiple NEWSYM SetupPreGame ; Executes after pre-game init, can execute multiple
; times after a single InitPreGame ; times after a single InitPreGame
mov byte[pressed+1],2 ;mov byte[pressed+1],2
ret ret