This commit is contained in:
parent
00e017b62d
commit
4c64c9ed4e
25 changed files with 58 additions and 40 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue