[Scummvm-cvs-logs] scummvm master -> 14a5e0a425877c3540289b37f1695771ca882a44

whoozle whoozle at yandex.ru
Sat Jun 25 11:30:59 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
14a5e0a425 DREAMWEB: Fixed keypad animation


Commit: 14a5e0a425877c3540289b37f1695771ca882a44
    https://github.com/scummvm/scummvm/commit/14a5e0a425877c3540289b37f1695771ca882a44
Author: Vladimir Menshakov (whoozle at yandex.ru)
Date: 2011-06-25T02:29:04-07:00

Commit Message:
DREAMWEB: Fixed keypad animation

Changed paths:
    devtools/tasmrecover/dreamweb/keypad.asm
    engines/dreamweb/dreamgen.cpp



diff --git a/devtools/tasmrecover/dreamweb/keypad.asm b/devtools/tasmrecover/dreamweb/keypad.asm
index 8ac3852..3638f35 100644
--- a/devtools/tasmrecover/dreamweb/keypad.asm
+++ b/devtools/tasmrecover/dreamweb/keypad.asm
@@ -22,6 +22,7 @@ keypadloop:	call	delpointer
 	call	readmouse
 	call	showkeypad
 	call	showpointer
+	call	vsync
 	cmp	presscount,0
 	jz	nopresses
 	dec	presscount
diff --git a/engines/dreamweb/dreamgen.cpp b/engines/dreamweb/dreamgen.cpp
index a5a4748..954b08e 100644
--- a/engines/dreamweb/dreamgen.cpp
+++ b/engines/dreamweb/dreamgen.cpp
@@ -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) */;






More information about the Scummvm-git-logs mailing list