diff options
author | richiesams | 2013-08-24 00:25:01 -0500 |
---|---|---|
committer | richiesams | 2013-08-24 00:25:01 -0500 |
commit | a9db1e17124639dfbd856f59afbf396d3c60452b (patch) | |
tree | 6947245ff2867b963059910f69b9122096cafc9a /engines | |
parent | fc5727c522d4313ab1912a52898405d083c60363 (diff) | |
download | scummvm-rg350-a9db1e17124639dfbd856f59afbf396d3c60452b.tar.gz scummvm-rg350-a9db1e17124639dfbd856f59afbf396d3c60452b.tar.bz2 scummvm-rg350-a9db1e17124639dfbd856f59afbf396d3c60452b.zip |
ZVISION: Add note about _activeNodes
Diffstat (limited to 'engines')
-rw-r--r-- | engines/zvision/script_manager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/zvision/script_manager.cpp b/engines/zvision/script_manager.cpp index bcede2060d..50d7e58091 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(); |