diff options
author | uruk | 2013-07-18 12:16:32 +0200 |
---|---|---|
committer | uruk | 2013-07-18 12:16:32 +0200 |
commit | c46bb2449fc680767d17363af5dd35eca5ae7596 (patch) | |
tree | 5947d8789bc5d55be95c23a2cac5084096dc0599 /engines/avalanche | |
parent | dd511cfc0983cb29a22a8f60f26c8c065726844b (diff) | |
download | scummvm-rg350-c46bb2449fc680767d17363af5dd35eca5ae7596.tar.gz scummvm-rg350-c46bb2449fc680767d17363af5dd35eca5ae7596.tar.bz2 scummvm-rg350-c46bb2449fc680767d17363af5dd35eca5ae7596.zip |
AVALANCHE: Add comment in Avalot::run().
Diffstat (limited to 'engines/avalanche')
-rw-r--r-- | engines/avalanche/avalot.cpp | 2 |
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. |