aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/avalot.cpp')
-rw-r--r--engines/avalanche/avalot.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp
index 99c3950ef1..287f8443b3 100644
--- a/engines/avalanche/avalot.cpp
+++ b/engines/avalanche/avalot.cpp
@@ -185,8 +185,6 @@ void Avalot::setup() {
}
}
-
-
void Avalot::run(Common::String arg) {
setup();
@@ -195,8 +193,6 @@ void Avalot::run(Common::String arg) {
_vm->updateEvents(); // The event handler.
-
-
_vm->_lucerna->_clock.update();
_vm->_dropdown->updateMenu();
_vm->_gyro->forceNumlock();
@@ -205,8 +201,6 @@ void Avalot::run(Common::String arg) {
_vm->_lucerna->checkClick();
_vm->_timer->updateTimer();
-
-
#ifdef DEBUG
// ONLY FOR TESTING!!!
for (byte i = 0; i < _vm->_gyro->_lineNum; i++)
@@ -219,7 +213,6 @@ void Avalot::run(Common::String arg) {
// ONLY FOR TESTING!!!
#endif
-
_vm->_graphics->refreshScreen(); // TODO: Maybe it'll have a better place later. Move it there when it's needed.
uint32 delay = _vm->_system->getMillis() - beginLoop;