diff options
author | uruk | 2013-09-03 15:35:09 +0200 |
---|---|---|
committer | uruk | 2013-09-03 15:35:09 +0200 |
commit | 74979869ff22d0c22be2f0d774e3ce6974302d38 (patch) | |
tree | e5fea7e9ac80e2a65e5ccee0dc9323ce66d1c41b /engines/avalanche/timeout2.cpp | |
parent | 0afbcf1cf0530d8a71e5ec12ef3c4ec9cbe91686 (diff) | |
download | scummvm-rg350-74979869ff22d0c22be2f0d774e3ce6974302d38.tar.gz scummvm-rg350-74979869ff22d0c22be2f0d774e3ce6974302d38.tar.bz2 scummvm-rg350-74979869ff22d0c22be2f0d774e3ce6974302d38.zip |
AVALANCHE: Rename/refactor Acci. Implement Acci::peopleInRoom().
Diffstat (limited to 'engines/avalanche/timeout2.cpp')
-rw-r--r-- | engines/avalanche/timeout2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |