(svn r21123) -Codechange: Remove max_speed from the Vehicle class.
This commit is contained in:
@@ -1340,7 +1340,6 @@ bool AfterLoadGame()
|
||||
const AircraftVehicleInfo *avi = AircraftVehInfo(v->engine_type);
|
||||
v->cur_speed *= 128;
|
||||
v->cur_speed /= 10;
|
||||
v->max_speed = avi->max_speed;
|
||||
v->acceleration = avi->acceleration;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user