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

This commit is contained in:
celestar 2006-06-01 09:43:39 +00:00
parent 65a6286345
commit bf2fb59bf9

View File

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