aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/avalanche/avalot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp
index ec5d9ad759..0b93201bac 100644
--- a/engines/avalanche/avalot.cpp
+++ b/engines/avalanche/avalot.cpp
@@ -172,7 +172,7 @@ void Avalot::run(Common::String arg) {
_vm->_timeout.one_tick();
- _vm->_graph.refreshScreen();
+ _vm->_graph.refreshScreen(); // TODO: Maybe it'll have a better place later. Move it there when it's needed.
} while (false /*! _vm->_gyro.lmo*/); // So we run only one cycle during the testing. Of course it will be restored later.