summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 829b51a4c..a39ef57e8 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -270,10 +270,10 @@ static void ShutdownGame()
free(_config_file);
#endif
- ResetNewGRFData();
-
PoolBase::CleanAll();
+ ResetNewGRFData();
+
/* Close all and any open filehandles */
FioCloseAll();
}