mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r20297) -Doc: Explain the default tractive effort value used by standard road vehicles.
This commit is contained in:
parent
26e4044e60
commit
da80ebb00d
@ -641,6 +641,7 @@ static const AircraftVehicleInfo _orig_aircraft_vehicle_info[] = {
|
|||||||
* @param f capacity (persons, bags, tons, pieces, items, cubic metres, ...)
|
* @param f capacity (persons, bags, tons, pieces, items, cubic metres, ...)
|
||||||
* @param g weight (1/4 ton)
|
* @param g weight (1/4 ton)
|
||||||
* @param h power (10 hp)
|
* @param h power (10 hp)
|
||||||
|
* Tractive effort coefficient by default is the same as TTDPatch, 0.30*256=76
|
||||||
*/
|
*/
|
||||||
#define ROV(a, b, c, d, e, f, g, h) { a, b, c, PR_RUNNING_ROADVEH, d, e, f, g, h, 76, 0 }
|
#define ROV(a, b, c, d, e, f, g, h) { a, b, c, PR_RUNNING_ROADVEH, d, e, f, g, h, 76, 0 }
|
||||||
static const RoadVehicleInfo _orig_road_vehicle_info[] = {
|
static const RoadVehicleInfo _orig_road_vehicle_info[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user