(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 e1ff8aeb09
commit 6a38925ca3
9 changed files with 12 additions and 18 deletions

View File

@@ -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;