This commit is contained in:
Charles 2001-07-18 16:36:55 +00:00
parent 3fc4da1be9
commit 196962c1b1
3 changed files with 7 additions and 2 deletions

View file

@ -297,7 +297,7 @@ void CPlayerModeCoralBlower::think()
projectile = CEnemyAsSpriteProjectile::Create();
projectile->init( launchPos,
launchHeading,//1024+(1024*facing),
CPlayerProjectile::PLAYER_PROJECTILE_DUMBFIRE,
CPlayerProjectile::PLAYER_PROJECTILE_DUMBFIRE_CORAL,
CPlayerProjectile::PLAYER_PROJECTILE_FINITE_LIFE,
5*60);