Prevent crash dialog from popping up when the game restarts

Fixes #6887
This commit is contained in:
Oliver Brakmann
2014-11-04 21:29:16 +01:00
parent e6bf1cafd3
commit 64506b856a
5 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ using System.Text;
namespace OpenRA
{
enum RunStatus
public enum RunStatus
{
Error = -1,
Success = 0,