forked from mirror/OpenTTD
(svn r21123) -Codechange: Remove max_speed from the Vehicle class.
This commit is contained in:
@@ -380,7 +380,6 @@ void AddArticulatedParts(Vehicle *first)
|
||||
v->vehstatus = first->vehstatus & ~VS_STOPPED;
|
||||
|
||||
v->cargo_subtype = 0;
|
||||
v->max_speed = 0;
|
||||
v->max_age = 0;
|
||||
v->engine_type = engine_type;
|
||||
v->value = 0;
|
||||
|
Reference in New Issue
Block a user