(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 f38dc420c9
commit 2191425e08

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;