diff options
author | rubidium <rubidium@openttd.org> | 2010-12-15 23:23:30 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-12-15 23:23:30 +0000 |
commit | 95041ad220b3a77f5c86af456558e3faa066dc92 (patch) | |
tree | cc60611c87ee9a2505635f1b915d37fe3b21093e | |
parent | fb039534e2bc83b60c271cdb950e348971b46934 (diff) | |
download | openttd-95041ad220b3a77f5c86af456558e3faa066dc92.tar.xz |
(svn r21529) -Doc: update comment after function name change (Krille)
-rw-r--r-- | src/train_cmd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/train_cmd.cpp b/src/train_cmd.cpp index 958ca090e..46c804543 100644 --- a/src/train_cmd.cpp +++ b/src/train_cmd.cpp @@ -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; |