This commit is contained in:
Charles 2001-06-06 16:19:00 +00:00
parent ec7b344da1
commit 9d18ec51df
2 changed files with 104 additions and 47 deletions

View file

@ -35,6 +35,9 @@ public:
protected:
DVECTOR m_triggerPos;
u8 m_started;
u8 m_fallDeath;
s16 m_speed;
s16 m_drawRotation;
};
#endif