mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-24 16:09:30 +00:00
(svn r5064) -Fix: Remove stay debug stuff from lat commit. (thanks peter1138)
This commit is contained in:
parent
65a6286345
commit
bf2fb59bf9
@ -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…
Reference in New Issue
Block a user