This commit is contained in:
Charles 2001-06-08 15:02:29 +00:00
parent fe09f84333
commit 6742515647
4 changed files with 27 additions and 12 deletions

View file

@ -455,6 +455,15 @@ public:
private:
class FontBank *m_fontBank;
public:
// Movement tracking for barrels
s32 getMovement() {return( m_xMove );}
private:
s32 m_xMove;
};