Fixed asm syntax
This commit is contained in:
@@ -2245,9 +2245,9 @@ NEWSYM exitloop2
|
|||||||
NEWSYM exitloop
|
NEWSYM exitloop
|
||||||
ret
|
ret
|
||||||
cmp byte[nextmenupopup],1
|
cmp byte[nextmenupopup],1
|
||||||
jmp .okay
|
je near .okay
|
||||||
cmp byte[ExecExitOkay],0
|
cmp byte[ExecExitOkay],0
|
||||||
jmp .okay
|
je near .okay
|
||||||
mov byte[pressed+1],0
|
mov byte[pressed+1],0
|
||||||
mov byte[pressed+59],0
|
mov byte[pressed+59],0
|
||||||
mov eax,[KeySaveState]
|
mov eax,[KeySaveState]
|
||||||
|
|||||||
Reference in New Issue
Block a user