Hack-ish fix for ESC*2 bug, hopefully will not cause other problems
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user