aboutsummaryrefslogtreecommitdiff
path: root/sword2/function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/function.cpp')
-rw-r--r--sword2/function.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sword2/function.cpp b/sword2/function.cpp
index aa9720be3b..d0668c57d5 100644
--- a/sword2/function.cpp
+++ b/sword2/function.cpp
@@ -446,7 +446,6 @@ int32 FN_play_credits(int32 *params)
if (rv || DEMO) // if Ctrl-Q pressed during credits, or if this is the playable demo
{
Close_game(); //close engine systems down
- RestoreDisplay();
CloseAppWindow();
exit(0); // quit the game
}