From a9db1e17124639dfbd856f59afbf396d3c60452b Mon Sep 17 00:00:00 2001 From: richiesams Date: Sat, 24 Aug 2013 00:25:01 -0500 Subject: [PATCH] ZVISION: Add note about _activeNodes --- engines/zvision/script_manager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/zvision/script_manager.cpp b/engines/zvision/script_manager.cpp index bcede2060da..50d7e58091f 100644 --- a/engines/zvision/script_manager.cpp +++ b/engines/zvision/script_manager.cpp @@ -258,6 +258,7 @@ void ScriptManager::changeLocationIntern() { } _activeControls.clear(); _engine->clearAllMouseEvents(); + // TODO: See if we need to clear _activeNodes as well. And if so, remember to delete the nodes before clearing the list // Revert to the idle cursor _engine->getCursorManager()->revertToIdle();