Mercurial > hg > openttd
changeset 15633:b0568a7ded47 draft
(svn r20297) -Doc: Explain the default tractive effort value used by standard road vehicles.
author | terkhen <terkhen@openttd.org> |
---|---|
date | Mon, 02 Aug 2010 14:44:00 +0000 |
parents | 508c27998f99 |
children | 04a19af0c720 |
files | src/table/engines.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/table/engines.h +++ b/src/table/engines.h @@ -641,6 +641,7 @@ * @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[] = {