aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authoruruk2013-07-18 12:16:32 +0200
committeruruk2013-07-18 12:16:32 +0200
commitc46bb2449fc680767d17363af5dd35eca5ae7596 (patch)
tree5947d8789bc5d55be95c23a2cac5084096dc0599 /engines
parentdd511cfc0983cb29a22a8f60f26c8c065726844b (diff)
downloadscummvm-rg350-c46bb2449fc680767d17363af5dd35eca5ae7596.tar.gz
scummvm-rg350-c46bb2449fc680767d17363af5dd35eca5ae7596.tar.bz2
scummvm-rg350-c46bb2449fc680767d17363af5dd35eca5ae7596.zip
AVALANCHE: Add comment in Avalot::run().
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.