diff options
author | celestar <celestar@openttd.org> | 2006-06-01 09:43:39 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2006-06-01 09:43:39 +0000 |
commit | bf2fb59bf9c803c2a6cccb45c43d8c02ffcaa0e3 (patch) | |
tree | 493804c044b9761776c8a5ed879cc70b8ed0c0b7 | |
parent | 65a6286345445ff29153dff66b07938113d4e521 (diff) | |
download | openttd-bf2fb59bf9c803c2a6cccb45c43d8c02ffcaa0e3.tar.xz |
(svn r5064) -Fix: Remove stay debug stuff from lat commit. (thanks peter1138)
-rw-r--r-- | train_cmd.c | 1 |
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; |