aboutsummaryrefslogtreecommitdiff
path: root/sword2/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/debug.cpp')
-rw-r--r--sword2/debug.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sword2/debug.cpp b/sword2/debug.cpp
index 3264eafb84..41a0e184ad 100644
--- a/sword2/debug.cpp
+++ b/sword2/debug.cpp
@@ -105,7 +105,6 @@ void ExitWithReport(const char *format,...) // (6dec96 JEL)
while (GetFadeStatus()) // wait for fade to finish before calling RestoreDisplay()
ServiceWindows();
- RestoreDisplay();
ReportFatalError((const uint8 *)buf); // display message box
CloseAppWindow();
while (ServiceWindows() != RDERR_APPCLOSED);