ZVISION: Re-enable video handling now that AVI code is fixed

This commit is contained in:
richiesams 2013-08-17 09:51:24 -05:00
parent f2477610cf
commit 8fafde8a33

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