mirror of https://github.com/OpenTTD/OpenTTD
(svn r5064) -Fix: Remove stay debug stuff from lat commit. (thanks peter1138)
parent
65a6286345
commit
bf2fb59bf9
|
@ -334,7 +334,6 @@ static int GetTrainAcceleration(Vehicle *v, bool mode)
|
||||||
if (TrainShouldStop(v, v->tile)) {
|
if (TrainShouldStop(v, v->tile)) {
|
||||||
uint station_length = GetPlatformLength(v->tile, DirToDiagDir(v->direction));
|
uint station_length = GetPlatformLength(v->tile, DirToDiagDir(v->direction));
|
||||||
int delta_v;
|
int delta_v;
|
||||||
DEBUG(misc, 0) ("Length: %d", station_length);
|
|
||||||
|
|
||||||
max_speed = 120;
|
max_speed = 120;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue