summaryrefslogtreecommitdiff
path: root/train_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-10-16 14:07:11 +0000
committertron <tron@openttd.org>2005-10-16 14:07:11 +0000
commit24250c6a3a8b2e11eabb7230ea9afe538ec45f33 (patch)
treeb1ee8bda78c882c66ed07b46f44b9820ee544c72 /train_cmd.c
parente6b0b1e33dac442a4fd324cb1506fb11ce487ceb (diff)
downloadopenttd-24250c6a3a8b2e11eabb7230ea9afe538ec45f33.tar.xz
(svn r3051) Remove the unused function RemoteSubsidyAdd()
Diffstat (limited to 'train_cmd.c')
-rw-r--r--train_cmd.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/train_cmd.c b/train_cmd.c
index b643505c5..1e9603f95 100644
--- a/train_cmd.c
+++ b/train_cmd.c
@@ -498,24 +498,6 @@ static void NormalizeTrainVehInDepot(Vehicle *u)
}
}
-static const byte _railveh_unk1[] = {
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 1, 1, 0, 0, 0,
- 0, 0, 0, 0, 1, 0, 1, 0,
- 0, 1, 1, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 1,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0,
-};
-
static const byte _railveh_score[] = {
1, 4, 7, 19, 20, 30, 31, 19,
20, 21, 22, 10, 11, 30, 31, 32,
@@ -590,8 +572,6 @@ int32 CmdBuildRailVehicle(int x, int y, uint32 flags, uint32 p1, uint32 p2)
if (!IsTileOwner(tile, _current_player)) return CMD_ERROR;
}
- _cmd_build_rail_veh_var1 = 0;
-
SET_EXPENSES_TYPE(EXPENSES_NEW_VEHICLES);
rvi = RailVehInfo(p1);
@@ -676,7 +656,6 @@ int32 CmdBuildRailVehicle(int x, int y, uint32 flags, uint32 p1, uint32 p2)
InvalidateWindow(WC_COMPANY, v->owner);
}
}
- _cmd_build_rail_veh_var1 = _railveh_unk1[p1];
_cmd_build_rail_veh_score = _railveh_score[p1];
InvalidateWindow(WC_REPLACE_VEHICLE, VEH_Train); // updates the replace Train window