(svn r5064) -Fix: Remove stay debug stuff from lat commit. (thanks peter1138)

pull/155/head
celestar 18 years ago
parent 0b72bcdcaa
commit 53cc2673ab

@ -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;

Loading…
Cancel
Save