This commit is contained in:
parent
4c93823479
commit
f701f34dc4
25 changed files with 264 additions and 276 deletions
|
@ -220,7 +220,7 @@ void CNpcIronDogfishEnemy::processStandardIronDogfishAttack( int _frames )
|
|||
s16 headingToPlayer = ratan2( playerYDist, playerXDist ) & 4095;
|
||||
|
||||
CProjectile *projectile;
|
||||
projectile = new( "test projectile" ) CProjectile;
|
||||
projectile = CProjectile::Create();
|
||||
DVECTOR startPos = Pos;
|
||||
startPos.vy -= 20;
|
||||
projectile->init( startPos, headingToPlayer );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue