From a13d37e5ca26a5a9c6c9435324c89e4eceb1d846 Mon Sep 17 00:00:00 2001 From: uruk Date: Tue, 30 Jul 2013 19:05:05 +0200 Subject: AVALANCHE: Implement Trip::checkfeet(), repair Trip::stopwalking(). Repair Acci::stand_up(). Repair Gyro::newgame(). --- engines/avalanche/acci2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/avalanche/acci2.cpp') diff --git a/engines/avalanche/acci2.cpp b/engines/avalanche/acci2.cpp index ce236d4f35..86600d62dc 100644 --- a/engines/avalanche/acci2.cpp +++ b/engines/avalanche/acci2.cpp @@ -940,7 +940,7 @@ void Acci::already() { void Acci::stand_up() { switch (_vm->_gyro->dna.room) { case r__yours: /* Avvy isn't asleep. */ - if (_vm->_gyro->dna.avvy_in_bed) { /* But he's in bed. */ + if (_vm->_gyro->dna.avvy_is_awake && _vm->_gyro->dna.avvy_in_bed) { /* But he's in bed. */ if (_vm->_gyro->dna.teetotal) { _vm->_visa->dixi('d', 12); _vm->_gyro->background(0); -- cgit v1.2.3