summaryrefslogtreecommitdiff
path: root/airport_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-05-21 13:51:36 +0000
committertron <tron@openttd.org>2006-05-21 13:51:36 +0000
commit3282efda88bd42c3536dc73c048f2a484e017ae1 (patch)
treea0f8f35f08e024362e9469a68b9d671758791404 /airport_gui.c
parentde189080579e25c1da6120f53f3e2538ddf5480f (diff)
downloadopenttd-3282efda88bd42c3536dc73c048f2a484e017ae1.tar.xz
(svn r4940) Remove the dubious feature of remembering the last built depot. It serves no real purpose except causing confusion
Diffstat (limited to 'airport_gui.c')
-rw-r--r--airport_gui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/airport_gui.c b/airport_gui.c
index 0bf290716..bad915960 100644
--- a/airport_gui.c
+++ b/airport_gui.c
@@ -249,5 +249,4 @@ static void ShowBuildAirportPicker(void)
void InitializeAirportGui(void)
{
_selected_airport_type = AT_SMALL;
- _last_built_aircraft_depot_tile = 0;
}