Cleanup for spacebar push on video change.
This commit is contained in:
@@ -2825,13 +2825,6 @@ guipostvideo:
|
|||||||
dec ecx
|
dec ecx
|
||||||
jnz .loop
|
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
|
mov dword[GUIkeydelay],36*10
|
||||||
|
|
||||||
.pressedfail
|
.pressedfail
|
||||||
@@ -2853,6 +2846,7 @@ guipostvideo:
|
|||||||
cmp dword[GUIkeydelay],0
|
cmp dword[GUIkeydelay],0
|
||||||
je .pressedokay
|
je .pressedokay
|
||||||
|
|
||||||
|
mov byte[pressed+39h],0
|
||||||
call JoyRead
|
call JoyRead
|
||||||
cmp byte[pressed+39h],0
|
cmp byte[pressed+39h],0
|
||||||
jne .pressedokay
|
jne .pressedokay
|
||||||
|
|||||||
Reference in New Issue
Block a user