Always initialise the fog palette. Fixes #4297.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user