diff options
Diffstat (limited to 'engines/zvision/scr_file_handling.cpp')
-rw-r--r-- | engines/zvision/scr_file_handling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/scr_file_handling.cpp b/engines/zvision/scr_file_handling.cpp index 4f1c3631bd..83f25a8954 100644 --- a/engines/zvision/scr_file_handling.cpp +++ b/engines/zvision/scr_file_handling.cpp @@ -248,7 +248,7 @@ void ScriptManager::parseResults(Common::SeekableReadStream &stream, Common::Lis } else if (act.matchString("music", true)) { actionList.push_back(new ActionMusic(_engine, slot, args, false)); } else if (act.matchString("pan_track", true)) { - // TODO: Implement ActionPanTrack + actionList.push_back(new ActionPanTrack(_engine, slot, args)); } else if (act.matchString("playpreload", true)) { actionList.push_back(new ActionPlayPreloadAnimation(_engine, slot, args)); } else if (act.matchString("preferences", true)) { |