From 74979869ff22d0c22be2f0d774e3ce6974302d38 Mon Sep 17 00:00:00 2001 From: uruk Date: Tue, 3 Sep 2013 15:35:09 +0200 Subject: AVALANCHE: Rename/refactor Acci. Implement Acci::peopleInRoom(). --- engines/avalanche/timeout2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/avalanche/timeout2.cpp') diff --git a/engines/avalanche/timeout2.cpp b/engines/avalanche/timeout2.cpp index 334b49f5ec..ab1fcf072a 100644 --- a/engines/avalanche/timeout2.cpp +++ b/engines/avalanche/timeout2.cpp @@ -499,7 +499,7 @@ void Timeout::buydrinks() { _vm->_visa->dixi('D', 1); // That'll be thruppence. if (_vm->_gyro->pennycheck(3)) // Pay 3d. _vm->_visa->dixi('D', 3); // Tell 'em you paid up. - _vm->_acci->have_a_drink(); + _vm->_acci->drink(); } void Timeout::buywine() { @@ -626,7 +626,7 @@ void Timeout::winning() { } while (!(_vm->_gyro->mrelease == 0));*/ // To be implemented with Pingo::winning_pic(). - _vm->_lucerna->callverb(_vm->_acci->vb_score); + _vm->_lucerna->callverb(_vm->_acci->kVerbCodeScore); _vm->_scrolls->display(" T H E E N D "); _vm->_gyro->lmo = true; } -- cgit v1.2.3