This commit is contained in:
parent
ca9869ae82
commit
51c873ec30
@ -187,6 +187,7 @@ void CNpcSharkManEnemy::processClose( int _frames )
|
||||
CProjectile *projectile;
|
||||
projectile = CProjectile::Create();
|
||||
projectile->init( newPos, heading );
|
||||
projectile->setShock();
|
||||
projectile->setGraphic( FRM__LIGHTNING2 );
|
||||
|
||||
m_fired = true;
|
||||
|
Loading…
Reference in New Issue
Block a user