mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
ZVISION: Disable videos until I can figure out how to fix the decoder
This commit is contained in:
parent
c2366dc99e
commit
bdd9b18292
@ -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