1
0
Fork 0

(svn r21529) -Doc: update comment after function name change (Krille)

release/1.1
rubidium 2010-12-15 23:23:30 +00:00
parent fb039534e2
commit 95041ad220
1 changed files with 1 additions and 1 deletions

View File

@ -2795,7 +2795,7 @@ static uint TrainCrashed(Train *v)
}
/* Try to re-reserve track under already crashed train too.
* SetVehicleCrashed() clears the reservation! */
* Crash() clears the reservation! */
v->ReserveTrackUnderConsist();
return num;