This commit is contained in:
parent
c0cf19869f
commit
de42770b92
3 changed files with 28 additions and 1 deletions
|
@ -88,7 +88,7 @@ void CNpcSubSharkEnemy::processMovement( int _frames )
|
|||
|
||||
CProjectile *projectile;
|
||||
projectile = CProjectile::Create();
|
||||
projectile->init( Pos, 1024 );
|
||||
projectile->init( Pos, 1024, CProjectile::PROJECTILE_MINE, CProjectile::PROJECTILE_FINITE_LIFE );
|
||||
|
||||
m_salvoCount--;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue