aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/acci2.cpp
diff options
context:
space:
mode:
authoruruk2013-08-23 16:03:06 +0200
committeruruk2013-08-23 16:03:06 +0200
commit38c51209a406ac3ed8c5c0fbfd250ca3c01e4c10 (patch)
tree0f55985c704f9b52fe7725c66643c58a334852ad /engines/avalanche/acci2.cpp
parent90da6c5e6c6adc20ff238a292c505bd0cd32b91c (diff)
downloadscummvm-rg350-38c51209a406ac3ed8c5c0fbfd250ca3c01e4c10.tar.gz
scummvm-rg350-38c51209a406ac3ed8c5c0fbfd250ca3c01e4c10.tar.bz2
scummvm-rg350-38c51209a406ac3ed8c5c0fbfd250ca3c01e4c10.zip
AVALANCHE: Upgrade Trip::apped(). Update rest of the code to call it and the previously upgraded Celer::show_one() properly.
Diffstat (limited to 'engines/avalanche/acci2.cpp')
-rw-r--r--engines/avalanche/acci2.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/avalanche/acci2.cpp b/engines/avalanche/acci2.cpp
index 731d297b84..a8fb0a6a85 100644
--- a/engines/avalanche/acci2.cpp
+++ b/engines/avalanche/acci2.cpp
@@ -1016,9 +1016,9 @@ void Acci::stand_up() {
}
_vm->_trip->tr[0].visible = true;
_vm->_gyro->dna.user_moves_avvy = true;
- _vm->_trip->apped(0, 1);
+ _vm->_trip->apped(1, 2);
_vm->_gyro->dna.rw = _vm->_gyro->left;
- _vm->_celer->show_one(3); /* Picture of empty pillow. */
+ _vm->_celer->show_one(4); /* Picture of empty pillow. */
_vm->_lucerna->points(1);
_vm->_gyro->dna.avvy_in_bed = false;
_vm->_timeout->lose_timer(_vm->_timeout->reason_arkata_shouts);
@@ -1831,7 +1831,7 @@ void Acci::do_that() {
_vm->_gyro->dna.avvy_is_awake = true;
_vm->_lucerna->points(1);
_vm->_gyro->dna.avvy_in_bed = true;
- _vm->_celer->show_one(2); /* Picture of Avvy, awake in bed. */
+ _vm->_celer->show_one(3); /* Picture of Avvy, awake in bed. */
if (_vm->_gyro->dna.teetotal)
_vm->_visa->dixi('d', 13);
} else