(svn r21802) -Cleanup (r2600): remove unused _vehicle_id_ctr_day

This commit is contained in:
smatz
2011-01-15 14:20:34 +00:00
parent c4d148ec7a
commit e98fe27c5d
4 changed files with 3 additions and 5 deletions

View File

@@ -58,7 +58,6 @@
#define GEN_HASH(x, y) ((GB((y), 6, 6) << 6) + GB((x), 7, 6))
VehicleID _vehicle_id_ctr_day;
VehicleID _new_vehicle_id;
uint16 _returned_refit_capacity; ///< Stores the capacity after a refit operation.
uint16 _returned_mail_refit_capacity; ///< Stores the mail capacity after a refit operation (Aircraft only).