(svn r22116) -Codechange: use PoolBase::Clean() at more places
This commit is contained in:
@@ -270,7 +270,7 @@ static void ShutdownGame()
|
||||
free(_config_file);
|
||||
#endif
|
||||
|
||||
PoolBase::CleanAll();
|
||||
PoolBase::Clean(PT_ALL);
|
||||
|
||||
ResetNewGRFData();
|
||||
|
||||
|
Reference in New Issue
Block a user