[Scummvm-cvs-logs] CVS: scummvm/scumm script_v8.cpp,2.106,2.107

Pawel Kolodziejski aquadran at users.sourceforge.net
Sun Jan 12 01:50:05 CET 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv5343

Modified Files:
	script_v8.cpp 
Log Message:
changed to 12 fps for comi smush

Index: script_v8.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v8.cpp,v
retrieving revision 2.106
retrieving revision 2.107
diff -u -d -r2.106 -r2.107
--- script_v8.cpp	12 Jan 2003 01:15:37 -0000	2.106
+++ script_v8.cpp	12 Jan 2003 09:49:11 -0000	2.107
@@ -1310,7 +1310,7 @@
 	
 	warning("o8_startVideo(%s/%s)", getGameDataPath(), (char*)_scriptPointer);
 	
-	ScummRenderer * sr = new ScummRenderer(this, 1000/14);
+	ScummRenderer * sr = new ScummRenderer(this, 1000 / 12);
 	SmushPlayer * sp = new SmushPlayer(sr);
 	sp->play((char*)_scriptPointer, getGameDataPath());
 	





More information about the Scummvm-git-logs mailing list