Changed .NET projects to target x86
Compiling the .NET projects as x64 on 64bit machines was causing problems with the unmanaged code.
This commit is contained in:
@@ -25,7 +25,7 @@ namespace OpenRa.Game
|
||||
|
||||
public MainWindow(Settings settings)
|
||||
{
|
||||
FileSystem.Mount(new Folder("../../../"));
|
||||
FileSystem.Mount(new Folder("../../../../"));
|
||||
FileSystem.Mount(new Package("redalert.mix"));
|
||||
FileSystem.Mount(new Package("conquer.mix"));
|
||||
FileSystem.Mount(new Package("hires.mix"));
|
||||
|
||||
Reference in New Issue
Block a user