diff --git a/OpenRa.Game/Graphics/Minimap.cs b/OpenRa.Game/Graphics/Minimap.cs index 20219d4956..4b50efffca 100644 --- a/OpenRa.Game/Graphics/Minimap.cs +++ b/OpenRa.Game/Graphics/Minimap.cs @@ -50,7 +50,7 @@ namespace OpenRa.Graphics static Cache terrainTypeColors = new Cache( theater => { - var pal = new Palette(FileSystem.Open(theater + ".pal")); + var pal = Game.world.WorldRenderer.GetPalette("terrain"); return new[] { theater == "snow" ? 0xe3 :0x1a, 0x63, 0x2f, 0x1f, 0x14, 0x64, 0x1f, 0x68, 0x6b, 0x6d, 0x88 }