This commit is contained in:
parent
4c93823479
commit
f701f34dc4
25 changed files with 264 additions and 276 deletions
|
@ -162,7 +162,7 @@ void CNpcSharkManEnemy::processClose( int _frames )
|
|||
s16 heading = ratan2( yDist, xDist ) & 4095;
|
||||
|
||||
CProjectile *projectile;
|
||||
projectile = new( "shark man projectile" ) CProjectile;
|
||||
projectile = CProjectile::Create();
|
||||
projectile->init( newPos, heading );
|
||||
projectile->setGraphic( FRM__LIGHTNING2 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue