This commit is contained in:
Charles 2001-05-10 21:30:17 +00:00
parent 47d5bb7fc7
commit 58756ef755
11 changed files with 287 additions and 33 deletions

View file

@ -27,6 +27,9 @@ protected:
void processTimer( int _frames );
s32 m_movementTimer;
u8 m_bounceFinish;
s32 m_speed;
u8 m_bounceDir;
};
#endif