[Scummvm-cvs-logs] CVS: scummvm/scumm script_v8.cpp,2.103,2.104

Pawel Kolodziejski aquadran at users.sourceforge.net
Fri Jan 10 09:22:04 CET 2003


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

Modified Files:
	script_v8.cpp 
Log Message:
enabled SMUSH for COMI :)

Index: script_v8.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v8.cpp,v
retrieving revision 2.103
retrieving revision 2.104
diff -u -d -r2.103 -r2.104
--- script_v8.cpp	9 Jan 2003 22:53:21 -0000	2.103
+++ script_v8.cpp	10 Jan 2003 17:21:22 -0000	2.104
@@ -1310,9 +1310,9 @@
 	
 	warning("o8_startVideo(%s/%s)", getGameDataPath(), (char*)_scriptPointer);
 	
-	//ScummRenderer * sr = new ScummRenderer(this, 1000/14);
-	//SmushPlayer * sp = new SmushPlayer(sr);
-	//sp->play((char*)_scriptPointer, getGameDataPath());
+	ScummRenderer * sr = new ScummRenderer(this, 1000/14);
+	SmushPlayer * sp = new SmushPlayer(sr);
+	sp->play((char*)_scriptPointer, getGameDataPath());
 	
 	_scriptPointer += len + 1;
 }





More information about the Scummvm-git-logs mailing list