summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2007-02-10 08:19:39 +0000
committertron <tron@openttd.org>2007-02-10 08:19:39 +0000
commit356e47f1087b56244694a646eb73ee6c9264a229 (patch)
treee8a4f43e2fa50f6e1637a184752b1ce7c9f43a9c /src/variables.h
parentb4592c8a542c06f4509402ebac846a44775740c9 (diff)
downloadopenttd-356e47f1087b56244694a646eb73ee6c9264a229.tar.xz
(svn r8660) -Fix
-Codechange: Remove _avail_aircraft Its name is misleading. It is rather _avail_airports, but then only some of them, which leads to inconsistencies when using it. Further it is unnecessary to store it in savegams.
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/variables.h b/src/variables.h
index 420be73ed..89d45dcdd 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -50,9 +50,6 @@ VARDEF VehicleID _vehicle_id_ctr_day;
// Skip aging of cargo?
VARDEF byte _age_cargo_skip_counter;
-// Available aircraft types
-VARDEF byte _avail_aircraft;
-
// Position in tile loop
VARDEF TileIndex _cur_tileloop_tile;