(svn r22116) -Codechange: use PoolBase::Clean() at more places

This commit is contained in:
smatz
2011-02-19 23:05:47 +00:00
parent 9c40059641
commit c85e1c3089
28 changed files with 37 additions and 117 deletions

View File

@@ -270,7 +270,7 @@ static void ShutdownGame()
free(_config_file);
#endif
PoolBase::CleanAll();
PoolBase::Clean(PT_ALL);
ResetNewGRFData();