(svn r21123) -Codechange: Remove max_speed from the Vehicle class.

This commit is contained in:
terkhen
2010-11-09 17:43:05 +00:00
parent 10d4b2f51f
commit c7a2d1f883
9 changed files with 12 additions and 18 deletions

View File

@@ -232,7 +232,6 @@ CommandCost CmdBuildRoadVehicle(TileIndex tile, DoCommandFlag flags, const Engin
v->cargo_cap = rvi->capacity;
v->last_station_visited = INVALID_STATION;
v->max_speed = rvi->max_speed;
v->engine_type = e->index;
v->rcache.first_engine = INVALID_ENGINE; // needs to be set before first callback