mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-26 19:55:44 +00:00
enable smush. things arn't exactly working properly yet, and there are some bad memory accesses going on... but it's progress :)
svn-id: r6361
This commit is contained in:
parent
f8ef5ee55f
commit
ca5b32132b
@ -1308,9 +1308,9 @@ void Scumm_v8::o8_startVideo()
|
||||
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user