From cbae5c79b702494dd30abb9504767029fba065ae Mon Sep 17 00:00:00 2001 From: segrax Date: Tue, 17 Jan 2012 20:03:52 +1100 Subject: SCUMM: Change vars to ints, remove unused variable for now --- engines/scumm/actor.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engines/scumm/actor.cpp') diff --git a/engines/scumm/actor.cpp b/engines/scumm/actor.cpp index 950f580f42..e703c55192 100644 --- a/engines/scumm/actor.cpp +++ b/engines/scumm/actor.cpp @@ -866,8 +866,7 @@ void Actor::setDirection(int direction) { _vm->_costumeLoader->costumeDecodeData(this, _standFrame, 0); // 0x2C17 - - ((ActorC64*) this)->_byte_FD0A = 0xFF; + ((ActorC64*) this)->_byte_FD0A = -1; _needRedraw = true; return; @@ -2653,7 +2652,7 @@ void ActorC64::animateActor(int anim) { if( this->isInCurrentRoom() ) { - this->_costCommandNew = anim; + // this->_costCommandNew = anim; this->_byte_FD0A = this->_byte_FDE8; // 0x273A -- cgit v1.2.3