aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche')
-rw-r--r--engines/avalanche/acci2.cpp2
-rw-r--r--engines/avalanche/avalot.cpp2
-rw-r--r--engines/avalanche/lucerna2.cpp8
3 files changed, 3 insertions, 9 deletions
diff --git a/engines/avalanche/acci2.cpp b/engines/avalanche/acci2.cpp
index 9a86333d0e..ce236d4f35 100644
--- a/engines/avalanche/acci2.cpp
+++ b/engines/avalanche/acci2.cpp
@@ -1150,7 +1150,7 @@ void Acci::do_that() {
return;
}
*/
-
+ warning("STUB: Acci::do_that()");
switch (verb) {
case vb_exam:
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp
index e1879e1b56..7b993a5e1c 100644
--- a/engines/avalanche/avalot.cpp
+++ b/engines/avalanche/avalot.cpp
@@ -215,8 +215,6 @@ void Avalot::run(Common::String arg) {
// Not in the original:
-
-
_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;
diff --git a/engines/avalanche/lucerna2.cpp b/engines/avalanche/lucerna2.cpp
index 047301cf3e..3c3ad35d32 100644
--- a/engines/avalanche/lucerna2.cpp
+++ b/engines/avalanche/lucerna2.cpp
@@ -1161,12 +1161,8 @@ void Lucerna::sprite_run() {
_vm->_gyro->doing_sprite_run = true;
- for (fv = 0; fv <= 1; fv ++) {
- _vm->_trip->get_back_loretta();
- _vm->_trip->trippancy_link();
-
- flip_page();
- }
+ _vm->_trip->get_back_loretta();
+ _vm->_trip->trippancy_link();
_vm->_gyro->doing_sprite_run = false;