This commit is contained in:
Charles 2001-03-05 21:11:51 +00:00
parent 4eef48176b
commit 93c3ae5e34
5 changed files with 60 additions and 31 deletions

View file

@ -350,7 +350,6 @@ protected:
void processClose( int _frames );
void processCollision();
void processTimer( int _frames );
void detectCollisionWithPlayer();
bool isCollisionWithGround();
void processGenericGotoTarget( int _frames, s32 xDist, s32 yDist, s32 speed );
@ -485,6 +484,8 @@ protected:
int m_animNo;
CSkel m_skel;
TPAGE_DESC m_actorTPage;
virtual void collidedWith(CThing *_thisThing);
};