DREAMWEB: Fixed keypad animation

This commit is contained in:
Vladimir Menshakov 2011-06-25 13:28:33 +04:00
parent 0c6d41e59e
commit 14a5e0a425
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ keypadloop: call delpointer
call readmouse
call showkeypad
call showpointer
call vsync
cmp presscount,0
jz nopresses
dec presscount

View File

@ -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) */;