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

This commit is contained in:
rubidium
2010-12-15 23:23:30 +00:00
parent fb039534e2
commit 95041ad220

View File

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