diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/avalanche/avalot.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp index 0415f95f73..ecd1095cfb 100644 --- a/engines/avalanche/avalot.cpp +++ b/engines/avalanche/avalot.cpp @@ -172,6 +172,8 @@ void Avalot::run(Common::String arg) { _vm->_timeout.one_tick(); + _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. //restorecrtmode(); |