From 9853d4e0d428b3a6288c22804c6e34475f1bb0cb Mon Sep 17 00:00:00 2001 From: truelight Date: Sun, 9 Jan 2005 14:45:19 +0000 Subject: (svn r1444) -Fix: fixed weight for double-head trains (and with that the acceleration) (now maglev lvl4 can reach their top speed, and are faster than lvl3) (Tnx to Darkvater :)) -Fix: Buy Vehicle GUI now shows HPs bigger than 32000 correctly --- table/engines.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'table/engines.h') diff --git a/table/engines.h b/table/engines.h index 2185bb0a5..796a767dc 100644 --- a/table/engines.h +++ b/table/engines.h @@ -282,8 +282,8 @@ RailVehicleInfo _rail_vehicle_info[NUM_TRAIN_ENGINES] = { { 0, 0, 13, 112, 1000, 131, 120, 0, 0, 0 }, /* 8 */ { 1, 0, 19, 128, 1200, 162, 140, 0, 0, 0 }, /* 9 */ { 0, 0, 22, 144, 1600, 170, 130, 0, 0, 0 }, /* 10 */ - { 8, 1, 11, 112, 600/2, 32, 85/2, 1, 38, CT_PASSENGERS }, /* 11 */ - { 10, 1, 14, 120, 700/2, 38, 70/2, 1, 40, CT_PASSENGERS }, /* 12 */ + { 8, 1, 11, 112, 600/2,32/2, 85/2, 1, 38, CT_PASSENGERS }, /* 11 */ + { 10, 1, 14, 120, 700/2,38/2, 70/2, 1, 40, CT_PASSENGERS }, /* 12 */ { 4, 0, 15, 128, 1250, 72, 95, 1, 0, 0 }, /* 13 */ { 5, 0, 17, 144, 1750, 101, 120, 1, 0, 0 }, /* 14 */ { 4, 0, 18, 160, 2580, 112, 140, 1, 0, 0 }, /* 15 */ @@ -291,13 +291,13 @@ RailVehicleInfo _rail_vehicle_info[NUM_TRAIN_ENGINES] = { { 12, 0, 16, 112, 2400, 120, 105, 1, 0, 0 }, /* 17 */ { 13, 0, 30, 112, 6600, 207, 155, 1, 0, 0 }, /* 18 */ { 15, 0, 18, 104, 1500, 110, 105, 1, 0, 0 }, /* 19 */ - { 16, 1, 35, 160, 3500/2, 95, 205/2, 1, 0, 0 }, /* 20 */ + { 16, 1, 35, 160, 3500/2,95/2, 205/2, 1, 0, 0 }, /* 20 */ { 18, 0, 21, 104, 2200, 120, 145, 1, 0, 0 }, /* 21 */ - { 6, 1, 20, 200, 4500/2, 70, 190/2, 1, 4, CT_MAIL }, /* 22 */ + { 6, 1, 20, 200, 4500/2,70/2, 190/2, 1, 4, CT_MAIL }, /* 22 */ { 20, 0, 26, 160, 3600, 84, 180, 2, 0, 0 }, /* 23 */ { 20, 0, 30, 176, 5000, 82, 205, 2, 0, 0 }, /* 24 */ - { 21, 1, 40, 240, 7000/2, 90, 240/2, 2, 0, 0 }, /* 25 */ - { 23, 1, 43, 264, 8000/2, 95, 250/2, 2, 0, 0 }, /* 26 */ + { 21, 1, 40, 240, 7000/2,90/2, 240/2, 2, 0, 0 }, /* 25 */ + { 23, 1, 43, 264, 8000/2,95/2, 250/2, 2, 0, 0 }, /* 26 */ { 33, 2, 247, 0, 0, 25, 0, 0, 40, CT_PASSENGERS }, /* 27 */ { 35, 2, 228, 0, 0, 21, 0, 0, 30, CT_MAIL }, /* 28 */ { 34, 2, 176, 0, 0, 18, 0, 0, 30, CT_COAL }, /* 29 */ @@ -326,7 +326,7 @@ RailVehicleInfo _rail_vehicle_info[NUM_TRAIN_ENGINES] = { { 58, 2, 193, 0, 0, 18, 0, 0, 25, CT_FIZZY_DRINKS }, /* 52 */ { 59, 2, 191, 0, 0, 18, 0, 0, 30, CT_PLASTIC }, /* 53 */ { 25, 0, 52, 304, 9000, 95, 230, 2, 0, 0 }, /* 54 */ - { 26, 1, 60, 336, 10000/2, 85, 240/2, 2, 25, CT_PASSENGERS }, /* 55 */ + { 26, 1, 60, 336, 10000/2,85/2, 240/2, 2, 25, CT_PASSENGERS }, /* 55 */ { 26, 0, 53, 320, 5000, 95, 230, 2, 0, 0 }, /* 56 */ { 60, 2, 247, 0, 0, 25, 0, 0, 45, CT_PASSENGERS }, /* 57 */ { 62, 2, 228, 0, 0, 21, 0, 0, 35, CT_MAIL }, /* 58 */ @@ -358,7 +358,7 @@ RailVehicleInfo _rail_vehicle_info[NUM_TRAIN_ENGINES] = { { 28, 0, 70, 400, 10000, 105, 250, 2, 0, 0 }, /* 84 */ { 29, 0, 74, 448, 12000, 120, 253, 2, 0, 0 }, /* 85 */ { 30, 0, 82, 480, 15000, 130, 254, 2, 0, 0 }, /* 86 */ - { 31, 1, 95, 640, 20000/2, 150, 255/2, 2, 0, 0 }, /* 87 */ + { 31, 1, 95, 640, 20000/2,150/2,255/2, 2, 0, 0 }, /* 87 */ { 28, 0, 70, 480, 10000, 120, 250, 2, 0, 0 }, /* 88 */ { 60, 2, 247, 0, 0, 25, 0, 0, 47, CT_PASSENGERS }, /* 89 */ { 62, 2, 228, 0, 0, 21, 0, 0, 37, CT_MAIL }, /* 90 */ -- cgit v1.2.3-70-g09d2