summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index a39ef57e8..415f822cc 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -270,7 +270,7 @@ static void ShutdownGame()
free(_config_file);
#endif
- PoolBase::CleanAll();
+ PoolBase::Clean(PT_ALL);
ResetNewGRFData();