This commit is contained in:
parent
4c93823479
commit
f701f34dc4
25 changed files with 264 additions and 276 deletions
|
@ -77,7 +77,7 @@ void CNpcSubSharkEnemy::processMovement( int _frames )
|
|||
// drop mine
|
||||
|
||||
CProjectile *projectile;
|
||||
projectile = new( "test projectile" ) CProjectile;
|
||||
projectile = CProjectile::Create();
|
||||
projectile->init( Pos, 1024 );
|
||||
|
||||
m_salvoCount--;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue