aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruruk2013-07-30 00:30:10 +0200
committeruruk2013-07-30 00:30:10 +0200
commit9855cb8f1f6b8e6d6a61f5bf018e3e03b2c4280d (patch)
tree884c4b9dd1f1e77216f9ebcefbec11c6d07a8c32
parent3b11fc12240650bfdf693a31b09d6349c1bf3f61 (diff)
downloadscummvm-rg350-9855cb8f1f6b8e6d6a61f5bf018e3e03b2c4280d.tar.gz
scummvm-rg350-9855cb8f1f6b8e6d6a61f5bf018e3e03b2c4280d.tar.bz2
scummvm-rg350-9855cb8f1f6b8e6d6a61f5bf018e3e03b2c4280d.zip
AVALANCHE: Add warning to Acci::do_that(), remove blank lines from Avalot::run(), remove unnecessary cycle from Lucerna::sprite_run().
-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;