This commit is contained in:
parent
4eef48176b
commit
93c3ae5e34
5 changed files with 60 additions and 31 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue