changed to 12 fps for comi smush
svn-id: r6420
This commit is contained in:
parent
9af8fa432e
commit
65b161b98c
1 changed files with 1 additions and 1 deletions
|
@ -1310,7 +1310,7 @@ void Scumm_v8::o8_startVideo()
|
|||
|
||||
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());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue