This commit is contained in:
Charles 2001-06-06 20:59:30 +00:00
parent 85a2079e13
commit 2ff51547bd

View File

@ -32,6 +32,8 @@ void CNpcShellEnemy::postInit()
CNpcEnemy::postInit();
m_shellType = FRM_SHELL_STATIC0000 + ( getRnd() % ( FRM_SHELL_STATIC0002 - FRM_SHELL_STATIC0000 + 1 ) );
Pos.vy -= 12;
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////