(svn r22115) -Fix (r22114): some comments and code ordering were wrong

This commit is contained in:
smatz
2011-02-19 18:55:10 +00:00
parent ef80fe703d
commit 642fb19d4f
3 changed files with 9 additions and 9 deletions

View File

@@ -270,10 +270,10 @@ static void ShutdownGame()
free(_config_file);
#endif
ResetNewGRFData();
PoolBase::CleanAll();
ResetNewGRFData();
/* Close all and any open filehandles */
FioCloseAll();
}