diff options
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 fe5e5d966c..b4955f6ed6 100644 --- a/engines/avalanche/timeout2.cpp +++ b/engines/avalanche/timeout2.cpp @@ -507,7 +507,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. */ - Acci::have_a_drink(); + _vm->_acci.have_a_drink(); } void Timeout::buywine() { @@ -632,7 +632,7 @@ void Timeout::winning() { do { _vm->_lucerna.checkclick(); } while (!(_vm->_gyro.mrelease == 0)); - _vm->_lucerna.callverb(Acci::vb_score); + _vm->_lucerna.callverb(_vm->_acci.vb_score); _vm->_scrolls.display(" T H E E N D "); _vm->_gyro.lmo = true; } |