From 5c0a52149d5124b6c68d698dba4807b832339cf2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 6 May 2007 15:01:44 +0000 Subject: (svn r9795) -Codechange: enumify the EngineClass. --- 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 71d7c4146..54af58361 100644 --- a/src/table/engines.h +++ b/src/table/engines.h @@ -346,7 +346,7 @@ const EngineInfo orig_engine_info[] = { * @param l railtype * 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, l) { a, b, c, {l}, d, e, f, g, h, h, i, j, k, 0, 0, 0, 0, 76, 0 } +#define RVI(a, b, c, d, e, f, g, h, i, j, k, l) { a, b, c, {l}, d, e, f, g, h, (EngineClass)h, i, j, k, 0, 0, 0, 0, 76, 0 } #define M RAILVEH_MULTIHEAD #define W RAILVEH_WAGON #define G RAILVEH_SINGLEHEAD -- cgit v1.2.3-54-g00ecf