fake buildings now work.

This commit is contained in:
Bob
2009-10-10 23:21:31 +13:00
parent 3da8d35ce0
commit dc4c1cce1b
3 changed files with 11 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ namespace OpenRa.Game
FileSystem.Mount(new Folder("../../../../"));
FileSystem.Mount(new Package("redalert.mix"));
FileSystem.Mount(new Package("conquer.mix"));
FileSystem.Mount(new Package("hires.mix"));
FileSystem.Mount(new Package("hires.mix"));
FileSystem.Mount(new Package("general.mix"));
FormBorderStyle = FormBorderStyle.None;