Add Fatal Error dialog

This commit is contained in:
ScottNZ
2013-08-18 02:12:39 +12:00
parent e77286c0a7
commit 7f67b567f9
8 changed files with 137 additions and 4 deletions

View File

@@ -78,6 +78,9 @@ namespace OpenRA.GameRules
public int Samples = 25;
public bool IgnoreVersionMismatch = false;
public bool DeveloperMenu = false;
public bool ShowFatalErrorDialog = true;
public string FatalErrorDialogFaq = "http://github.com/OpenRA/OpenRA/wiki/FAQ";
}
public class GraphicSettings