From 1eb52326cf810d9ea4380cd97ac84daaf4f358d8 Mon Sep 17 00:00:00 2001 From: yexo Date: Sat, 6 Mar 2010 01:58:55 +0000 Subject: (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 --- src/openttd.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/openttd.cpp') diff --git a/src/openttd.cpp b/src/openttd.cpp index 9886b9e17..057d288b9 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -313,6 +313,7 @@ static void InitializeDynamicVariables() _house_mngr.ResetMapping(); _industry_mngr.ResetMapping(); _industile_mngr.ResetMapping(); + _airporttile_mngr.ResetMapping(); } -- cgit v1.2.3-54-g00ecf