Changeset - r15623:f273542843cb
[Not reviewed]
master
0 1 0
terkhen - 14 years ago 2010-08-02 14:44:00
terkhen@openttd.org
(svn r20297) -Doc: Explain the default tractive effort value used by standard road vehicles.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/table/engines.h
Show inline comments
 
@@ -641,6 +641,7 @@ static const AircraftVehicleInfo _orig_a
 
 * @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[] = {
0 comments (0 inline, 0 general)