From 7b7ae43f7fe30782201fba691beee1bad18db60a Mon Sep 17 00:00:00 2001 From: Marisa-Chan Date: Fri, 17 Jan 2014 11:10:17 +0700 Subject: ZVISION: Implement crossfade. --- engines/zvision/scr_file_handling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/zvision/scr_file_handling.cpp') diff --git a/engines/zvision/scr_file_handling.cpp b/engines/zvision/scr_file_handling.cpp index 002871af0b..833db11ad1 100644 --- a/engines/zvision/scr_file_handling.cpp +++ b/engines/zvision/scr_file_handling.cpp @@ -220,7 +220,7 @@ void ScriptManager::parseResults(Common::SeekableReadStream &stream, Common::Lis } else if (act.matchString("change_location", true)) { actionList.push_back(new ActionChangeLocation(_engine, slot, args)); } else if (act.matchString("crossfade", true)) { - // TODO: Implement ActionCrossfade + actionList.push_back(new ActionCrossfade(_engine, slot, args)); } else if (act.matchString("debug", true)) { // TODO: Implement ActionDebug } else if (act.matchString("delay_render", true)) { -- cgit v1.2.3