[Scummvm-cvs-logs] CVS: scummvm/kyra kyra.cpp,1.122,1.123

Johannes Schickel lordhoto at users.sourceforge.net
Sat Jan 14 06:26:10 CET 2006


Update of /cvsroot/scummvm/scummvm/kyra
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11647

Modified Files:
	kyra.cpp 
Log Message:
Fixes delay while waiting for the voice in the intro.


Index: kyra.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/kyra/kyra.cpp,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- kyra.cpp	13 Jan 2006 23:06:04 -0000	1.122
+++ kyra.cpp	14 Jan 2006 14:25:31 -0000	1.123
@@ -1826,7 +1826,7 @@
 		if (ingame) {
 			delay(10, true);
 		} else {
-			waitTicks(10);
+			_system->delayMillis(10);
 		}
 	}
 }





More information about the Scummvm-git-logs mailing list