Send the waves instantly

This commit is contained in:
Scott_NZ
2012-09-29 03:10:51 +12:00
parent fcc0bcf438
commit b897579a20

View File

@@ -136,10 +136,7 @@ namespace OpenRA.Mods.RA.Missions
}
if (objectives[ExtractEinsteinID].Status == ObjectiveStatus.InProgress)
{
if (world.FrameNumber % 25 == 0)
{
SendAttackWave();
}
SendAttackWave();
if (world.FrameNumber >= currentAttackWaveFrameNumber + 600)
{
Sound.Play("enmyapp1.aud");