aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/timer.cpp
diff options
context:
space:
mode:
authorStrangerke2013-09-09 23:48:36 +0200
committerStrangerke2013-09-09 23:48:36 +0200
commit1cb0c0ec5ef639fe5ad083125db509ad32fdf738 (patch)
tree06def4e8a19b0b50329d4d7f5be14405a0ec7e78 /engines/avalanche/timer.cpp
parentbc64dcf276f15fe9bd808d087762e100fb7d931d (diff)
downloadscummvm-rg350-1cb0c0ec5ef639fe5ad083125db509ad32fdf738.tar.gz
scummvm-rg350-1cb0c0ec5ef639fe5ad083125db509ad32fdf738.tar.bz2
scummvm-rg350-1cb0c0ec5ef639fe5ad083125db509ad32fdf738.zip
AVALANCHE: harmonize the use of constants for kDir, kDirection, kVerbs
Diffstat (limited to 'engines/avalanche/timer.cpp')
-rw-r--r--engines/avalanche/timer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/timer.cpp b/engines/avalanche/timer.cpp
index c2fa073160..b88c53d155 100644
--- a/engines/avalanche/timer.cpp
+++ b/engines/avalanche/timer.cpp
@@ -311,7 +311,7 @@ void Timer::getTiedUp() {
_vm->_animation->_sprites[1].stopWalk();
_vm->_animation->_sprites[1].stopHoming();
_vm->_animation->_sprites[1]._callEachStepFl = true;
- _vm->_animation->_sprites[1]._eachStepProc = _vm->_animation->kProcGrabAvvy;
+ _vm->_animation->_sprites[1]._eachStepProc = Animation::kProcGrabAvvy;
addTimer(70, kProcGetTiedUp2, kReasonGettingTiedUp);
}
@@ -642,7 +642,7 @@ void Timer::winning() {
#endif
// TODO: To be implemented with Pingo::winningPic().
- _vm->_lucerna->callVerb(_vm->_acci->kVerbCodeScore);
+ _vm->_lucerna->callVerb(Acci::kVerbCodeScore);
_vm->_scrolls->displayText(" T H E E N D ");
_vm->_gyro->_letMeOut = true;
}