mirror of https://github.com/OpenTTD/OpenTTD
(svn r21529) -Doc: update comment after function name change (Krille)
parent
fb039534e2
commit
95041ad220
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue