Merge pull request #4299 from pchote/shroud-fix

Always initialise the fog palette.
This commit is contained in:
Matthias Mailänder
2013-12-13 00:01:35 -08:00

View File

@@ -188,9 +188,7 @@ namespace OpenRA.Mods.RA
}
}
if (w.LobbyInfo.GlobalSettings.Fog)
fogPalette = wr.Palette("fog");
fogPalette = wr.Palette("fog");
shroudPalette = wr.Palette("shroud");
}