[Scummvm-cvs-logs] CVS: scummvm/scumm script_v8.cpp,2.123,2.124

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Jan 18 07:27:04 CET 2003


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

Modified Files:
	script_v8.cpp 
Log Message:
tuned a little comi smush

Index: script_v8.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v8.cpp,v
retrieving revision 2.123
retrieving revision 2.124
diff -u -d -r2.123 -r2.124
--- script_v8.cpp	16 Jan 2003 19:23:55 -0000	2.123
+++ script_v8.cpp	18 Jan 2003 15:26:37 -0000	2.124
@@ -1368,7 +1368,7 @@
 	
 	warning("o8_startVideo(%s/%s)", getGameDataPath(), (char*)_scriptPointer);
 	
-	ScummRenderer * sr = new ScummRenderer(this, 1000 / 12);
+	ScummRenderer * sr = new ScummRenderer(this, 83);
 	SmushPlayer * sp = new SmushPlayer(sr);
 	sp->play((char*)_scriptPointer, getGameDataPath());
 	





More information about the Scummvm-git-logs mailing list