aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalot.cpp
diff options
context:
space:
mode:
authorStrangerke2013-09-13 22:58:24 +0200
committerStrangerke2013-09-13 22:58:24 +0200
commitb083878dbefeb95c9bc9d4493839121565da6342 (patch)
tree29301ec10eeea8188b6ef5be069e62a1034460fa /engines/avalanche/avalot.cpp
parent82e76e7b5391ae87dc44d7986b2dfd40c53c3fc8 (diff)
downloadscummvm-rg350-b083878dbefeb95c9bc9d4493839121565da6342.tar.gz
scummvm-rg350-b083878dbefeb95c9bc9d4493839121565da6342.tar.bz2
scummvm-rg350-b083878dbefeb95c9bc9d4493839121565da6342.zip
AVALANCHE: Remove duplicated direction enum, move direction to animation class
Diffstat (limited to 'engines/avalanche/avalot.cpp')
-rw-r--r--engines/avalanche/avalot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp
index 5a9fa60dc3..a4ead4a508 100644
--- a/engines/avalanche/avalot.cpp
+++ b/engines/avalanche/avalot.cpp
@@ -147,7 +147,7 @@ void Avalot::setup() {
_vm->_gyro->_ledStatus = 177;
_vm->_gyro->_defaultLed = 2;
// TSkellern = 0; Replace with a more local variable sometime
- _vm->_gyro->_direction = Gyro::kDirectionStopped;
+ _vm->_animation->_direction = Animation::kDirStopped;
_vm->_gyro->_enidFilename = ""; // Undefined.
_vm->_lucerna->drawToolbar();
_vm->_scrolls->setReadyLight(2);