This commit is contained in:
Charles 2001-05-16 19:04:40 +00:00
parent 3a8b8a4535
commit 6c608b0aca
19 changed files with 48 additions and 67 deletions

View file

@ -53,6 +53,7 @@ void CNpcAnemoneEnemy::postInit()
{
CNpcEnemy::postInit();
m_drawRotation = m_heading + 1024;
m_fireHeading = m_heading;
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////