This commit is contained in:
Charles 2001-05-09 21:27:23 +00:00
parent 00e017b62d
commit 4c64c9ed4e
25 changed files with 58 additions and 40 deletions

View file

@ -112,6 +112,8 @@ public:
void setToShutdown();
u8 isSetToShutdown() {return( m_isShuttingDown );}
void setSpeed( s16 newSpeed ) {m_speed = newSpeed;}
protected:
// NPC data structure definitions //
@ -202,6 +204,7 @@ protected:
s32 m_tiltAngle;
s32 m_tiltVelocity;
bool m_extendDir;
s16 m_speed;
CModelGfx *m_modelGfx;
u8 m_isShuttingDown;