This commit is contained in:
Charles 2001-06-26 15:01:19 +00:00
parent bcc3b49a11
commit 6aa049fd3d

View File

@ -34,6 +34,8 @@ void CNpcShellEnemy::postInit()
m_shellType = FRM_SHELL_STATIC0000 + ( getRnd() % ( FRM_SHELL_STATIC0002 - FRM_SHELL_STATIC0000 + 1 ) );
Pos.vy -= 20;
m_base.vy -= 20;
m_initPos.vy -= 20;
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////