tuned a little comi smush

svn-id: r6498
This commit is contained in:
Paweł Kołodziejski 2003-01-18 15:26:37 +00:00
parent 532aeaa435
commit 92a53a5bdf

View file

@ -1368,7 +1368,7 @@ void Scumm_v8::o8_startVideo()
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());