From c46bb2449fc680767d17363af5dd35eca5ae7596 Mon Sep 17 00:00:00 2001 From: uruk Date: Thu, 18 Jul 2013 12:16:32 +0200 Subject: AVALANCHE: Add comment in Avalot::run(). --- engines/avalanche/avalot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3