forked from mirror/OpenTTD
(svn r21123) -Codechange: Remove max_speed from the Vehicle class.
This commit is contained in:
@@ -269,7 +269,6 @@ CommandCost CmdBuildAircraft(TileIndex tile, DoCommandFlag flags, const Engine *
|
||||
v->name = NULL;
|
||||
v->last_station_visited = INVALID_STATION;
|
||||
|
||||
v->max_speed = avi->max_speed;
|
||||
v->acceleration = avi->acceleration;
|
||||
v->engine_type = e->index;
|
||||
u->engine_type = e->index;
|
||||
|
Reference in New Issue
Block a user