summaryrefslogtreecommitdiff
path: root/src/train_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-12-15 23:23:30 +0000
committerrubidium <rubidium@openttd.org>2010-12-15 23:23:30 +0000
commit95041ad220b3a77f5c86af456558e3faa066dc92 (patch)
treecc60611c87ee9a2505635f1b915d37fe3b21093e /src/train_cmd.cpp
parentfb039534e2bc83b60c271cdb950e348971b46934 (diff)
downloadopenttd-95041ad220b3a77f5c86af456558e3faa066dc92.tar.xz
(svn r21529) -Doc: update comment after function name change (Krille)
Diffstat (limited to 'src/train_cmd.cpp')
-rw-r--r--src/train_cmd.cpp2
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;