Always initialise the fog palette. Fixes #4297.

This commit is contained in:
Paul Chote
2013-12-13 17:49:31 +13:00
parent 1bbe200e32
commit e424d7c6c1

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");
}