Fix a crash in Allies 06a.
This commit is contained in:
committed by
Smittytron
parent
c100e64c8e
commit
5c8a537efd
@@ -179,7 +179,7 @@ WorldLoaded = function()
|
|||||||
player = Player.GetPlayer("Greece")
|
player = Player.GetPlayer("Greece")
|
||||||
ussr = Player.GetPlayer("USSR")
|
ussr = Player.GetPlayer("USSR")
|
||||||
|
|
||||||
InitObjectives(Greece)
|
InitObjectives(player)
|
||||||
|
|
||||||
InfiltrateTechCenterObj = player.AddObjective("Infiltrate one of the Soviet tech centers with a spy.")
|
InfiltrateTechCenterObj = player.AddObjective("Infiltrate one of the Soviet tech centers with a spy.")
|
||||||
CaptureRadarDomeObj = player.AddObjective("Capture the Radar Dome at the shore.", "Secondary", false)
|
CaptureRadarDomeObj = player.AddObjective("Capture the Radar Dome at the shore.", "Secondary", false)
|
||||||
|
|||||||
Reference in New Issue
Block a user