This commit is contained in:
parent
232f8d7f71
commit
1f98a0beab
5 changed files with 21 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue