This commit is contained in:
parent
46b712d98d
commit
f5b122a263
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ void CNpcIronDogfishEnemy::processStandardIronDogfishAttack( int _frames )
|
||||||
startPos.vy -= 20;
|
startPos.vy -= 20;
|
||||||
projectile->init( startPos, headingToPlayer );*/
|
projectile->init( startPos, headingToPlayer );*/
|
||||||
|
|
||||||
m_laserTimer = 60 * GameState::getOneSecondInFrames();
|
m_laserTimer = GameState::getOneSecondInFrames();
|
||||||
|
|
||||||
m_effect = (CFXLaser*) CFX::Create( CFX::FX_TYPE_LASER, this );
|
m_effect = (CFXLaser*) CFX::Create( CFX::FX_TYPE_LASER, this );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue