[Scummvm-cvs-logs] CVS: scummvm/scumm script_v8.cpp,2.96,2.97
James Brown
ender at users.sourceforge.net
Wed Jan 8 14:44:02 CET 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv19790/scumm
Modified Files:
script_v8.cpp
Log Message:
enable smush. things arn't exactly working properly yet, and there are some bad memory accesses going on... but it's progress :)
Index: script_v8.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v8.cpp,v
retrieving revision 2.96
retrieving revision 2.97
diff -u -d -r2.96 -r2.97
--- script_v8.cpp 7 Jan 2003 08:16:55 -0000 2.96
+++ script_v8.cpp 8 Jan 2003 22:43:03 -0000 2.97
@@ -1308,9 +1308,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