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 83f25a8954..002871af0b 100644 --- a/engines/zvision/scr_file_handling.cpp +++ b/engines/zvision/scr_file_handling.cpp @@ -214,7 +214,7 @@ void ScriptManager::parseResults(Common::SeekableReadStream &stream, Common::Lis } else if (act.matchString("animunload", true)) { //actionList.push_back(new ActionUnloadAnimation(_engine, slot, args)); } else if (act.matchString("attenuate", true)) { - // TODO: Implement ActionAttenuate + actionList.push_back(new ActionAttenuate(_engine, slot, args)); } else if (act.matchString("assign", true)) { actionList.push_back(new ActionAssign(_engine, slot, args)); } else if (act.matchString("change_location", true)) { |