This commit is contained in:
Charles 2001-08-13 16:31:14 +00:00
parent 232f8d7f71
commit 1f98a0beab
5 changed files with 21 additions and 0 deletions

View file

@ -512,9 +512,12 @@ public:
// Movement tracking for barrels
s32 getMovement() {return( m_xMove );}
s8 getMoveLeftRight() {return( m_moveLeftRight );}
void setMoveLeftRight( s8 newLeftRight ) {m_moveLeftRight = newLeftRight;}
private:
s32 m_xMove;
s8 m_moveLeftRight;
};