This commit is contained in:
Charles 2001-03-05 21:29:44 +00:00
parent 93c3ae5e34
commit 238864c265
3 changed files with 45 additions and 0 deletions

View file

@ -230,6 +230,8 @@ void CNpcEnemy::init()
m_rotation = 0;
m_reversed = false;
m_health = m_data[this->m_type].initHealth;
m_extension = EXTEND_RIGHT;
Pos.vx = 100;