Fix a crash in Fall of Greece 1: Personal War

This commit is contained in:
Matthias Mailänder
2022-10-21 16:18:19 +02:00
committed by Smittytron
parent 5c8a537efd
commit 34ccaf6e9d

View File

@@ -490,7 +490,7 @@ WorldLoaded = function()
England = Player.GetPlayer("England") England = Player.GetPlayer("England")
Civilians = Player.GetPlayer("GreekCivilians") Civilians = Player.GetPlayer("GreekCivilians")
AddObjectives(Allies) InitObjectives(Allies)
SovietObj = USSR.AddObjective("Kill Stavros.") SovietObj = USSR.AddObjective("Kill Stavros.")
ProtectVIPs = Allies.AddObjective("Keep Stavros and Tanya alive.") ProtectVIPs = Allies.AddObjective("Keep Stavros and Tanya alive.")