From 2183fd4dabe72bd96b264bf8cdb3a2a8be625cf8 Mon Sep 17 00:00:00 2001 From: Vít Šefl Date: Sun, 15 Aug 2021 11:17:05 +0200 Subject: Feature: [NewGRF] Maximum curve speed modifier for rail vehicles (#9346) --- src/table/engines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table/engines.h') diff --git a/src/table/engines.h b/src/table/engines.h index f6ce10bf1..ab6ba7746 100644 --- a/src/table/engines.h +++ b/src/table/engines.h @@ -386,7 +386,7 @@ static const EngineInfo _orig_engine_info[] = { * Tractive effort coefficient by default is the same as TTDPatch, 0.30*256=76 * Air drag value depends on the top speed of the vehicle. */ -#define RVI(a, b, c, d, e, f, g, h, i, j, k) { a, b, c, j, d, e, f, g, h, k, i, 0, 0, 0, VE_DEFAULT, 0, 76, 0, 0 } +#define RVI(a, b, c, d, e, f, g, h, i, j, k) { a, b, c, j, d, e, f, g, h, k, i, 0, 0, 0, VE_DEFAULT, 0, 76, 0, 0, 0 } #define M RAILVEH_MULTIHEAD #define W RAILVEH_WAGON #define G RAILVEH_SINGLEHEAD -- cgit v1.2.3-54-g00ecf