This commit is contained in:
Charles 2001-04-20 21:29:11 +00:00
parent 5ae24ce649
commit 44724e2e4e
2 changed files with 20 additions and 1 deletions

View file

@ -122,6 +122,9 @@ protected:
PLAYER_PROJECTILE_MOVEMENT_TYPE m_movementType;
PLAYER_PROJECTILE_LIFETIME_TYPE m_lifetimeType;
u16 m_turnSpeed;
int m_frame;
POLY_FT4 *SprFrame;
u8 m_reversed;
};