(svn r9784) -Codechange: remove unused variable.

This commit is contained in:
rubidium
2007-05-04 22:38:36 +00:00
parent e81906c62d
commit b76cc8c96b
5 changed files with 1 additions and 15 deletions

View File

@@ -108,7 +108,6 @@ enum EffectVehicle {
struct VehicleRail {
uint16 last_speed; // NOSAVE: only used in UI
uint16 crash_anim_pos;
uint16 days_since_order_progr;
/* cached values, recalculated on load and each time a vehicle is added to/removed from the consist. */
uint16 cached_max_speed; // max speed of the consist. (minimum of the max speed of all vehicles in the consist)