Let the game actually *run*

This commit is contained in:
Paul Chote
2010-03-20 13:19:44 +13:00
parent 852cd1891d
commit 4a983fb54e

View File

@@ -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.
* This file is part of OpenRA.
@@ -43,6 +43,10 @@ namespace OpenRA.FileFormats
"System.NotSupportedException:.ctor",
"System.Threading.Thread:get_CurrentThread",
"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)