aboutsummaryrefslogtreecommitdiff
path: root/sword2/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/console.cpp')
-rw-r--r--sword2/console.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/sword2/console.cpp b/sword2/console.cpp
index d6bed2ce34..81cbfb4657 100644
--- a/sword2/console.cpp
+++ b/sword2/console.cpp
@@ -912,7 +912,6 @@ void Con_help(void) //Tony13Aug96
if (ServiceWindows() == RDERR_APPCLOSED) // if we pressed Ctrl-Q
{
Close_game(); //close engine systems down
- RestoreDisplay();
CloseAppWindow();
exit(0); //quit the game
}
@@ -1030,7 +1029,6 @@ void Con_fatal_error(const char *format,...) //Tony17Oct96
Close_game(); //should down game services - free's mallocs, etc.
- RestoreDisplay(); //reset the Windows stuff
CloseAppWindow(); //
exit(0);
@@ -1144,7 +1142,6 @@ void Con_list_savegames(void) // (James05feb97) Tony1Apr97
if (ServiceWindows() == RDERR_APPCLOSED) // if we pressed Ctrl-Q
{
Close_game(); //close engine systems down
- RestoreDisplay();
CloseAppWindow();
exit(0); //quit the game
}