[Scummvm-cvs-logs] CVS: scummvm/kyra script_v1.cpp,1.62,1.63

Oystein Eftevaag vinterstum at users.sourceforge.net
Tue Jan 10 09:19:01 CET 2006


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

Modified Files:
	script_v1.cpp 
Log Message:
Preliminary implementation of cmd_restoreBrandonsMovementDelay, to fix the walking
speed issue reported on the forums


Index: script_v1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/kyra/script_v1.cpp,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- script_v1.cpp	10 Jan 2006 16:39:52 -0000	1.62
+++ script_v1.cpp	10 Jan 2006 17:18:16 -0000	1.63
@@ -1431,7 +1431,9 @@
 }
 
 int KyraEngine::cmd_restoreBrandonsMovementDelay(ScriptState *script) {
-	warning("STUB: cmd_restoreBrandonsMovementDelay");
+	debug(3, "cmd_restoreBrandonsMovemenyDelay(0x%X) ()", script);
+	//TODO: Use movement set by menu, instead of 5.
+	setTimerDelay(5, 5);
 	return 0;
 }
 





More information about the Scummvm-git-logs mailing list