This commit is contained in:
parent
4c93823479
commit
f701f34dc4
25 changed files with 264 additions and 276 deletions
|
@ -276,7 +276,7 @@ void CPlayerModeCoralBlower::think()
|
|||
launchHeading=(-((m_launchHeading+1024)*facing)-1024)&4095;
|
||||
|
||||
CEnemyAsSpriteProjectile *projectile;
|
||||
projectile = new( "blower projectile" ) CEnemyAsSpriteProjectile;
|
||||
projectile = CEnemyAsSpriteProjectile::Create();
|
||||
projectile->init( launchPos,
|
||||
launchHeading,//1024+(1024*facing),
|
||||
CPlayerProjectile::PLAYER_PROJECTILE_DUMBFIRE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue