This commit is contained in:
Paul 2001-05-04 22:11:44 +00:00
parent 34ab293aa2
commit 257d9b1a67
2 changed files with 91 additions and 0 deletions

View file

@ -55,7 +55,11 @@ private:
BLOWER_STATE__AIMING,
} BlowerState;
DVECTOR *getSuckUpPoint();
BlowerState m_blowerState;
class CNpcEnemy *m_enemy;
};