summaryrefslogtreecommitdiff
path: root/train_cmd.c
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-06-01 09:43:39 +0000
committercelestar <celestar@openttd.org>2006-06-01 09:43:39 +0000
commitbf2fb59bf9c803c2a6cccb45c43d8c02ffcaa0e3 (patch)
tree493804c044b9761776c8a5ed879cc70b8ed0c0b7 /train_cmd.c
parent65a6286345445ff29153dff66b07938113d4e521 (diff)
downloadopenttd-bf2fb59bf9c803c2a6cccb45c43d8c02ffcaa0e3.tar.xz
(svn r5064) -Fix: Remove stay debug stuff from lat commit. (thanks peter1138)
Diffstat (limited to 'train_cmd.c')
-rw-r--r--train_cmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/train_cmd.c b/train_cmd.c
index 04d1bdfaf..47858434b 100644
--- a/train_cmd.c
+++ b/train_cmd.c
@@ -334,7 +334,6 @@ static int GetTrainAcceleration(Vehicle *v, bool mode)
if (TrainShouldStop(v, v->tile)) {
uint station_length = GetPlatformLength(v->tile, DirToDiagDir(v->direction));
int delta_v;
- DEBUG(misc, 0) ("Length: %d", station_length);
max_speed = 120;