(svn r19331) -Fix: when deleting an airport the size from the AirportSpec was used instead of the stored airport size

-Fix (r19319): detecting if a plane was landed at an airport failed
-Fix: reset the airporttile mapping when restarting a game
This commit is contained in:
yexo
2010-03-06 01:58:55 +00:00
parent 46d5ef925b
commit 1eb52326cf
3 changed files with 4 additions and 7 deletions

View File

@@ -313,6 +313,7 @@ static void InitializeDynamicVariables()
_house_mngr.ResetMapping();
_industry_mngr.ResetMapping();
_industile_mngr.ResetMapping();
_airporttile_mngr.ResetMapping();
}