This commit is contained in:
Charles 2001-06-11 19:32:41 +00:00
parent 95708325a7
commit f53a8ac365
14 changed files with 215 additions and 88 deletions

View file

@ -33,7 +33,7 @@ void CNpcShellEnemy::postInit()
m_shellType = FRM_SHELL_STATIC0000 + ( getRnd() % ( FRM_SHELL_STATIC0002 - FRM_SHELL_STATIC0000 + 1 ) );
Pos.vy -= 12;
Pos.vy -= 20;
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////