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

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