diff options
Diffstat (limited to 'engines/bladerunner/script/scene_script.cpp')
-rw-r--r-- | engines/bladerunner/script/scene_script.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/bladerunner/script/scene_script.cpp b/engines/bladerunner/script/scene_script.cpp index 77ebaa2a98..dd685950b6 100644 --- a/engines/bladerunner/script/scene_script.cpp +++ b/engines/bladerunner/script/scene_script.cpp @@ -254,7 +254,6 @@ void SceneScript::sceneFrameAdvanced(int frame) { void SceneScript::actorChangedGoal(int actorId, int newGoal, int oldGoal, bool currentSet) { _inScriptCounter++; - //TODO remove this check if(_currentScript) _currentScript->ActorChangedGoal(actorId, newGoal, oldGoal, currentSet); _inScriptCounter--; |