This commit is contained in:
parent
4c93823479
commit
f701f34dc4
25 changed files with 264 additions and 276 deletions
|
@ -180,7 +180,7 @@ void CNpcFlyingDutchmanEnemy::processClose( int _frames )
|
|||
}
|
||||
|
||||
CProjectile *projectile;
|
||||
projectile = new( "test projectile" ) CProjectile;
|
||||
projectile = CProjectile::Create();
|
||||
DVECTOR newPos = Pos;
|
||||
newPos.vy -= 50;
|
||||
projectile->init( newPos, heading );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue