This commit is contained in:
Charles 2001-02-12 17:37:55 +00:00
parent d6f0f0f18e
commit 2fded56717
3 changed files with 7 additions and 1 deletions

View file

@ -81,6 +81,7 @@ public:
void think(int _frames);
virtual void render();
void processEvent( GAME_EVENT evt, CThing *sourceThing );
void setLayerCollision( class CLayerCollision *_layer ) {m_layerCollision=_layer;}
protected:
@ -363,6 +364,8 @@ protected:
static s32 playerXDistSqr;
static s32 playerYDistSqr;
static class CLayerCollision *m_layerCollision;
// internal variables
NPC_UNIT_TYPE m_type;