This commit is contained in:
Charles 2001-04-25 20:09:36 +00:00
parent 51249170a7
commit a3e585e960
4 changed files with 13 additions and 13 deletions

View file

@ -78,6 +78,9 @@ public:
static NPC_PLATFORM_UNIT_TYPE getTypeFromMapEdit( u16 newType );
static CNpcPlatform *Create(sThingPlatform *ThisPlatform);
void setToShutdown();
u8 isSetToShutdown() {return( m_isShuttingDown );}
protected:
// NPC data structure definitions //
@ -176,6 +179,7 @@ protected:
int m_frame;
int m_animNo;
CModelGfx *m_modelGfx;
u8 m_isShuttingDown;
virtual void collidedWith(CThing *_thisThing);