mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 08:55:45 +00:00
DREAMWEB: Fixed keypad animation
This commit is contained in:
parent
0c6d41e59e
commit
14a5e0a425
@ -22,6 +22,7 @@ keypadloop: call delpointer
|
||||
call readmouse
|
||||
call showkeypad
|
||||
call showpointer
|
||||
call vsync
|
||||
cmp presscount,0
|
||||
jz nopresses
|
||||
dec presscount
|
||||
|
@ -14630,6 +14630,7 @@ void DreamGenContext::showkeypad() {
|
||||
di = (36+112)+31;
|
||||
bx = (72)+59;
|
||||
singlekey();
|
||||
vsync();
|
||||
_cmp(data.byte(kLightcount), 0);
|
||||
if (flags.z())
|
||||
return /* (notenter) */;
|
||||
|
Loading…
x
Reference in New Issue
Block a user