summaryrefslogtreecommitdiff
path: root/src/train.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2012-01-08 12:47:54 +0000
committermichi_cc <michi_cc@openttd.org>2012-01-08 12:47:54 +0000
commit9232a2ef0c12efc6cd10f03487096c6dbf8727d3 (patch)
tree8f748b5632e8c76d3785eb000b9dbd451fa26e09 /src/train.h
parent7e78d15e58ae21e98fe6dfc515d05fb4c2f4c775 (diff)
downloadopenttd-9232a2ef0c12efc6cd10f03487096c6dbf8727d3.tar.xz
(svn r23773) -Change: [NewGRF] Update all cached train properties if a train vehicle enters a new railtype.
Diffstat (limited to 'src/train.h')
-rw-r--r--src/train.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/train.h b/src/train.h
index 6571544b0..80e8b3494 100644
--- a/src/train.h
+++ b/src/train.h
@@ -116,8 +116,6 @@ struct Train FINAL : public GroundVehicle<Train, VEH_TRAIN> {
void ConsistChanged(bool same_length);
- void RailtypeChanged();
-
int UpdateSpeed();
void UpdateAcceleration();