From 69d23e01aa498a61410eecfa965f2934e38ed051 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 24 Jul 2011 00:32:22 +1200 Subject: [PATCH] Remove references to unused mix files --- OpenRA.Mods.Cnc/Widgets/Logic/CncInstallFromCDLogic.cs | 4 ++-- mods/cnc/mod.yaml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/OpenRA.Mods.Cnc/Widgets/Logic/CncInstallFromCDLogic.cs b/OpenRA.Mods.Cnc/Widgets/Logic/CncInstallFromCDLogic.cs index 174b5b48d8..62061a1188 100644 --- a/OpenRA.Mods.Cnc/Widgets/Logic/CncInstallFromCDLogic.cs +++ b/OpenRA.Mods.Cnc/Widgets/Logic/CncInstallFromCDLogic.cs @@ -73,10 +73,10 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic var dest = new string[] { Platform.SupportDir, "Content", "cnc" }.Aggregate(Path.Combine); var copyFiles = new string[] { "CONQUER.MIX", "DESERT.MIX", - "GENERAL.MIX", "SCORES.MIX", "SOUNDS.MIX", "TEMPERAT.MIX", "WINTER.MIX" }; + "SCORES.MIX", "SOUNDS.MIX", "TEMPERAT.MIX", "WINTER.MIX" }; var extractPackage = "INSTALL/SETUP.Z"; - var extractFiles = new string[] { "cclocal.mix", "speech.mix", "tempicnh.mix", "updatec.mix", "transit.mix" }; + var extractFiles = new string[] { "speech.mix", "tempicnh.mix", "transit.mix" }; var installCounter = 0; var installTotal = copyFiles.Count() + extractFiles.Count(); diff --git a/mods/cnc/mod.yaml b/mods/cnc/mod.yaml index bdb33285a9..cb76bea51e 100644 --- a/mods/cnc/mod.yaml +++ b/mods/cnc/mod.yaml @@ -19,7 +19,6 @@ Packages: conquer.mix sounds.mix tempicnh.mix - updatec.mix temperat.mix winter.mix desert.mix