Fixed a small bug in SPC saving

This commit is contained in:
pagefault
2003-03-16 17:57:37 +00:00
parent 08e6bf0eb1
commit c700560655

View File

@@ -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