Cleanup for spacebar push on video change.

This commit is contained in:
n-a-c-h
2005-02-10 07:51:43 +00:00
parent c4c6ed73f9
commit f45fe2b3a0

View File

@@ -2825,13 +2825,6 @@ guipostvideo:
dec ecx
jnz .loop
xor ebx,ebx
mov ecx,256
.a
mov byte[pressed+ebx],0
inc ebx
dec ecx
jnz .a
mov dword[GUIkeydelay],36*10
.pressedfail
@@ -2853,6 +2846,7 @@ guipostvideo:
cmp dword[GUIkeydelay],0
je .pressedokay
mov byte[pressed+39h],0
call JoyRead
cmp byte[pressed+39h],0
jne .pressedokay