This commit is contained in:
Steve 2015-11-16 16:25:08 +00:00
parent 5aa8e0280e
commit 91a2cda540
2 changed files with 4 additions and 4 deletions

View File

@ -224,7 +224,7 @@ static void huntTarget(Bullet *b)
applyMissileThrust(b);
if (b->target == player && battle.ecmTimer == ECM_RECHARGE_TIME)
if (b->target == player && battle.ecmTimer < FPS)
{
b->life = 0;
addMissileExplosion(b);