summaryrefslogtreecommitdiff
path: root/src/train_cmd.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-04-18 00:41:09 +0000
committerbelugas <belugas@openttd.org>2007-04-18 00:41:09 +0000
commitd6651c17415eaf29062177a2a40ef02afad0b083 (patch)
tree62ecd42d6d65f42f8ae433dfc400382743ca4065 /src/train_cmd.cpp
parentaddcae43fa97ea2abc82606eedf14c543a06ace0 (diff)
downloadopenttd-d6651c17415eaf29062177a2a40ef02afad0b083.tar.xz
(svn r9665) -Documentation: Doxygen corrections,errors, corrections of corrections...
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 51f0f1ecf..4855ef8e0 100644
--- a/src/train_cmd.cpp
+++ b/src/train_cmd.cpp
@@ -3107,7 +3107,7 @@ extern TileIndex CheckTunnelBusy(TileIndex tile, uint *length);
* train, then goes to the last wagon and deletes that. Each call to this function
* will remove the last wagon of a crashed train. If this wagon was on a crossing,
* or inside a tunnel, recalculate the signals as they might need updating
- * @param v the @Vehicle of which last wagon is to be removed
+ * @param v the Vehicle of which last wagon is to be removed
*/
static void DeleteLastWagon(Vehicle *v)
{