This commit is contained in:
Charles 2001-04-25 15:41:29 +00:00
parent 99331b14f9
commit 9fe426e4fd
5 changed files with 50 additions and 36 deletions

View file

@ -75,6 +75,7 @@ protected:
PROJECTILE_LIFETIME_TYPE m_lifetimeType;
PROJECTILE_STATE m_state;
u16 m_turnSpeed;
u8 m_isShuttingDown;
};
/*****************************************************************************/
@ -125,6 +126,7 @@ protected:
int m_frame;
POLY_FT4 *SprFrame;
u8 m_reversed;
u8 m_isShuttingDown;
};