Fixed a small bug in SPC saving
This commit is contained in:
@@ -160,13 +160,13 @@ NEWSYM showmenu
|
|||||||
call savepcx
|
call savepcx
|
||||||
jmp .nopalwrite
|
jmp .nopalwrite
|
||||||
.nosskey
|
.nosskey
|
||||||
cmp byte[SPCKeyPressed],1
|
|
||||||
je near .savespckey
|
|
||||||
test byte[pressed+14],1
|
test byte[pressed+14],1
|
||||||
jz .nof12
|
jz .nof12
|
||||||
call savepcx
|
call savepcx
|
||||||
jmp .nopalwrite
|
jmp .nopalwrite
|
||||||
.nof12
|
.nof12
|
||||||
|
cmp byte[SPCKeyPressed],1
|
||||||
|
je near .savespckey
|
||||||
mov dword[menucloc],0
|
mov dword[menucloc],0
|
||||||
cmp byte[nextmenupopup],0
|
cmp byte[nextmenupopup],0
|
||||||
je .nomenuinc2
|
je .nomenuinc2
|
||||||
|
|||||||
Reference in New Issue
Block a user