summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index d8b197466..ea802b3db 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -324,9 +324,6 @@ static void ShutdownGame()
/* No NewGRFs were loaded when it was still bootstrapping. */
if (_game_mode != GM_BOOTSTRAP) ResetNewGRFData();
- /* Close all and any open filehandles */
- FioCloseAll();
-
UninitFreeType();
}