From a5fcace6303f99d42ac5df970292b0de1b9ba3c7 Mon Sep 17 00:00:00 2001 From: chrisf Date: Wed, 19 Mar 2008 03:11:02 +0000 Subject: [PATCH] git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1941 993157c7-ee19-0410-b2c4-bb4e9862e678 --- OpenRa.Game/MainWindow.cs | 1 + 1 file changed, 1 insertion(+) 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"));