ZVISION: Disable videos until I can figure out how to fix the decoder

This commit is contained in:
richiesams 2013-08-16 10:43:12 -05:00
parent c2366dc99e
commit bdd9b18292

View File

@ -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)) {