This commit is contained in:
Charles 2001-06-16 17:34:46 +00:00
parent 21655f29c6
commit 6caddcbd2f
4 changed files with 124 additions and 18 deletions

View file

@ -28,6 +28,7 @@ protected:
virtual void processAttackCollision();
virtual void hasBeenSteamed( DVECTOR &steamPos );
virtual void processShot( int _frames );
virtual void collidedWith(CThing *_thisThing);
enum NPC_IRON_DOGFISH_STATE
{
@ -39,6 +40,7 @@ protected:
};
s32 m_steamTimer;
s32 m_vulnerableTimer;
};
#endif