From 4cc71d42a283b5064ad30806aa92f20e3ea69198 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 4 Aug 2015 19:37:26 +0200 Subject: ZVISION: Play hi-res videos, even if they have no low-res version This is used for some logo animations at the start of the game. I don't know if it's used for anything else, but probably not. --- engines/zvision/scripting/actions.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines') diff --git a/engines/zvision/scripting/actions.cpp b/engines/zvision/scripting/actions.cpp index 50e4a41fd6..794336e4b6 100644 --- a/engines/zvision/scripting/actions.cpp +++ b/engines/zvision/scripting/actions.cpp @@ -977,9 +977,6 @@ bool ActionStreamVideo::execute() { hiresFileName.setChar('b', hiresFileName.size() - 1); if (_scriptManager->getStateValue(StateKey_MPEGMovies) == 1 &&_engine->getSearchManager()->hasFile(hiresFileName)) { - // TODO: Enable once AC3 support is implemented - if (!_engine->getSearchManager()->hasFile(_fileName)) // Check for the regular video - return true; _fileName = hiresFileName; switchToHires = true; } else if (!_engine->getSearchManager()->hasFile(_fileName)) -- cgit v1.2.3