From 272ec4583f3c60f5cfa8466fd443149ee3f09e88 Mon Sep 17 00:00:00 2001 From: Regalis Date: Sun, 11 Dec 2016 22:43:05 +0200 Subject: [PATCH] Fixed endless crash messagebox spam if the game fails to resolve a SharpDX exception on startup --- Subsurface/Source/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Subsurface/Source/Program.cs b/Subsurface/Source/Program.cs index ebda383c2..201d399c6 100644 --- a/Subsurface/Source/Program.cs +++ b/Subsurface/Source/Program.cs @@ -53,6 +53,7 @@ namespace Barotrauma else { CrashDump(game, "crashreport.txt", e); + attemptRestart = false; } }