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
commitced80aadaa8041ef731750ee88d8f56645408d9b (patch)
treee8a4f43e2fa50f6e1637a184752b1ce7c9f43a9c /src/variables.h
parentc866f363719315519d3abc932986e49f561d21de (diff)
downloadopenttd-ced80aadaa8041ef731750ee88d8f56645408d9b.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;