From e9e4ba822215abdcd5403dfd1517c52a631acb3a Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 28 Dec 2006 13:18:07 +0000 Subject: (svn r7592) -Feature: Add support for tractive effort to 'realistic' acceleration. --- table/engines.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'table/engines.h') diff --git a/table/engines.h b/table/engines.h index 40389082a..08c4cea00 100644 --- a/table/engines.h +++ b/table/engines.h @@ -341,8 +341,9 @@ const EngineInfo orig_engine_info[] = { * @param i capacity * @param j cargo_type * @param k ai_rank + * Tractive effort coefficient by default is the same as TTDPatch, 0.30*256=76 */ -#define RVI(a, b, c, d, e, f, g, h, i, j, k) { a, b, c, d, e, f, g, h, h, i, j, k, 0, 0, 0, 0, 0 } +#define RVI(a, b, c, d, e, f, g, h, i, j, k) { a, b, c, d, e, f, g, h, h, i, j, k, 0, 0, 0, 0, 76, 0 } #define M RVI_MULTIHEAD #define W RVI_WAGON #define S 0 -- cgit v1.2.3-70-g09d2