mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
ZVISION: Re-enable video handling now that AVI code is fixed
This commit is contained in:
parent
f2477610cf
commit
8fafde8a33
@ -251,7 +251,7 @@ void ScriptManager::parseResults(Common::SeekableReadStream &stream, Common::Lis
|
||||
|
||||
|
||||
} else if (line.matchString("*:streamvideo*", true)) {
|
||||
//actionList.push_back(Common::SharedPtr<ResultAction>(new ActionStreamVideo(line)));
|
||||
actionList.push_back(Common::SharedPtr<ResultAction>(new ActionStreamVideo(line)));
|
||||
} else if (line.matchString("*:syncsound*", true)) {
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user