This commit is contained in:
Charles 2001-05-14 15:14:39 +00:00
parent 0ea76e8164
commit 231b8d041b
2 changed files with 21 additions and 7 deletions

View file

@ -28,6 +28,7 @@ protected:
virtual void processMovement( int _frames );
u8 m_isMoving;
u8 m_isResetting;
DVECTOR m_lineBase;
};