Merge pull request #6888 from obrakmann/fix6887_crash_dialog_on_restart

Prevent crash dialog from popping up when the game restarts
This commit is contained in:
Paul Chote
2014-11-07 08:15:45 +13:00
6 changed files with 8 additions and 7 deletions

View File

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