This commit is contained in:
parent
c118b259f1
commit
9b1c79ac85
3 changed files with 3 additions and 1 deletions
|
@ -28,6 +28,7 @@ public:
|
||||||
virtual void shutdown();
|
virtual void shutdown();
|
||||||
void think( int _frames );
|
void think( int _frames );
|
||||||
virtual void renderOnMapScreen( DVECTOR drawPos ) {;}
|
virtual void renderOnMapScreen( DVECTOR drawPos ) {;}
|
||||||
|
bool allowOffMap() {return (true);}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void addHealthMeter();
|
void addHealthMeter();
|
||||||
|
|
|
@ -33,7 +33,6 @@ public:
|
||||||
void shutdown();
|
void shutdown();
|
||||||
void setupWaypoints( sThingActor *ThisActor );
|
void setupWaypoints( sThingActor *ThisActor );
|
||||||
bool alwaysThink();
|
bool alwaysThink();
|
||||||
bool allowOffMap() {return (true);}
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void processClose( int _frames );
|
void processClose( int _frames );
|
||||||
|
|
|
@ -55,6 +55,8 @@ public:
|
||||||
void shutdown();
|
void shutdown();
|
||||||
void render();
|
void render();
|
||||||
int checkCollisionAgainst(CThing *_thisThing, int _frames);
|
int checkCollisionAgainst(CThing *_thisThing, int _frames);
|
||||||
|
bool allowOffMap() {return (true);}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
bool processSensor();
|
bool processSensor();
|
||||||
void processClose( int _frames );
|
void processClose( int _frames );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue