aboutsummaryrefslogtreecommitdiff
path: root/sword2/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/logic.cpp')
-rw-r--r--sword2/logic.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sword2/logic.cpp b/sword2/logic.cpp
index 9b8f790557..d2285b7b8a 100644
--- a/sword2/logic.cpp
+++ b/sword2/logic.cpp
@@ -323,7 +323,6 @@ uint32 logic::Examine_run_list(void) //Tony25Oct96
if (ServiceWindows() == RDERR_APPCLOSED) // if we pressed Ctrl-Q
{
Close_game(); //close engine systems down
- RestoreDisplay();
CloseAppWindow();
exit(0); //quit the game
}