From 6dde1417d8fff7f316c68a9ee1632a3b4abd51aa Mon Sep 17 00:00:00 2001 From: terkhen Date: Mon, 2 Aug 2010 14:44:00 +0000 Subject: [PATCH] (svn r20297) -Doc: Explain the default tractive effort value used by standard road vehicles. --- src/table/engines.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/table/engines.h b/src/table/engines.h index ffd29d777e..5c47f60972 100644 --- a/src/table/engines.h +++ b/src/table/engines.h @@ -641,6 +641,7 @@ static const AircraftVehicleInfo _orig_aircraft_vehicle_info[] = { * @param f capacity (persons, bags, tons, pieces, items, cubic metres, ...) * @param g weight (1/4 ton) * @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 } static const RoadVehicleInfo _orig_road_vehicle_info[] = {