diff --git a/OpenRa.Game/MainWindow.cs b/OpenRa.Game/MainWindow.cs index d9e0201e6d..d670625ea2 100644 --- a/OpenRa.Game/MainWindow.cs +++ b/OpenRa.Game/MainWindow.cs @@ -28,6 +28,7 @@ namespace OpenRa.Game public MainWindow(Settings settings) { FileSystem.Mount(new Folder("../../../")); + FileSystem.Mount(new Package("redalert.mix")); FileSystem.Mount(new Package("conquer.mix")); FileSystem.Mount(new Package("hires.mix"));