Let the game actually *run*
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#region Copyright & License Information
|
#region Copyright & License Information
|
||||||
/*
|
/*
|
||||||
* Copyright 2007,2009,2010 Chris Forbes, Robert Pepperell, Matthew Bowra-Dean, Paul Chote, Alli Witheford.
|
* Copyright 2007,2009,2010 Chris Forbes, Robert Pepperell, Matthew Bowra-Dean, Paul Chote, Alli Witheford.
|
||||||
* This file is part of OpenRA.
|
* This file is part of OpenRA.
|
||||||
@@ -43,6 +43,10 @@ namespace OpenRA.FileFormats
|
|||||||
"System.NotSupportedException:.ctor",
|
"System.NotSupportedException:.ctor",
|
||||||
"System.Threading.Thread:get_CurrentThread",
|
"System.Threading.Thread:get_CurrentThread",
|
||||||
"System.Threading.Thread:get_ManagedThreadId",
|
"System.Threading.Thread:get_ManagedThreadId",
|
||||||
|
|
||||||
|
// Fixes to let the game run: should be checked by someone knowledgeable
|
||||||
|
"System.Threading.Interlocked:CompareExchange",
|
||||||
|
"System.Drawing.Color:*",
|
||||||
};
|
};
|
||||||
|
|
||||||
public static bool IsSafe(string filename, List<string> failures)
|
public static bool IsSafe(string filename, List<string> failures)
|
||||||
|
|||||||
Reference in New Issue
Block a user