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();