This commit is contained in:
Charles 2001-05-21 21:16:42 +00:00
parent 57e198f7eb
commit 67839d076f
12 changed files with 212 additions and 35 deletions

View file

@ -42,9 +42,9 @@ protected:
virtual void collidedWith(CThing *_thisThing);
virtual void processClose( int _frames );
virtual void processCollision();
virtual void processAnimFrames( int _frames );
u8 m_isStunned;
u8 m_isAnimating;
};
#endif