From 678f47f043fc5498daae5d4331e02d23a2186528 Mon Sep 17 00:00:00 2001 From: Marisa-Chan Date: Thu, 23 Oct 2014 17:09:58 +0700 Subject: ZVISION: Implement action:distort and distort sidefx node --- engines/zvision/scripting/scr_file_handling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/zvision/scripting/scr_file_handling.cpp') diff --git a/engines/zvision/scripting/scr_file_handling.cpp b/engines/zvision/scripting/scr_file_handling.cpp index 8140d09a6a..df60b0b8d4 100644 --- a/engines/zvision/scripting/scr_file_handling.cpp +++ b/engines/zvision/scripting/scr_file_handling.cpp @@ -242,7 +242,7 @@ void ScriptManager::parseResults(Common::SeekableReadStream &stream, Common::Lis } else if (act.matchString("dissolve", true)) { // TODO: Implement ActionDissolve } else if (act.matchString("distort", true)) { - // TODO: Implement ActionDistort + actionList.push_back(new ActionDistort(_engine, slot, args)); } else if (act.matchString("enable_control", true)) { actionList.push_back(new ActionEnableControl(_engine, slot, args)); } else if (act.matchString("flush_mouse_events", true)) { -- cgit v1.2.3