This commit is contained in:
Daveo 2001-08-15 17:55:43 +00:00
parent 03a4460d17
commit c118b259f1
2 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,8 @@ public:
void shutdown();
void setupWaypoints( sThingActor *ThisActor );
bool alwaysThink();
bool allowOffMap() {return (true);}
protected:
void processClose( int _frames );
void processMovement( int _frames );

View File

@ -25,6 +25,8 @@ public:
void render();
CRECT const *getThinkBBox();
bool alwaysThink() {return(false);}
bool allowOffMap() {return (true);}
protected:
void processLifetime( int _frames );
void processMovement( int _frames );