summaryrefslogtreecommitdiff
path: root/src/vehicle_cmd.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-03-13 20:29:35 +0000
committerrubidium <rubidium@openttd.org>2009-03-13 20:29:35 +0000
commite6353a1a221bee43d2f04b060f62d3ea41633483 (patch)
treee5c5daacc1309174c3232687d31d1515098be34a /src/vehicle_cmd.cpp
parent070320f25bdb7f6b2c39240bfc510a42e20c8f8c (diff)
downloadopenttd-e6353a1a221bee43d2f04b060f62d3ea41633483.tar.xz
(svn r15700) -Codechange: split Cmd* from signs.cpp to signs_cmd.cpp.
Diffstat (limited to 'src/vehicle_cmd.cpp')
-rw-r--r--src/vehicle_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_cmd.cpp b/src/vehicle_cmd.cpp
index df638eab6..8b1c7cc90 100644
--- a/src/vehicle_cmd.cpp
+++ b/src/vehicle_cmd.cpp
@@ -1,6 +1,6 @@
/* $Id$ */
-/** @file vehicle.cpp Base implementations of all vehicles. */
+/** @file vehicle_cmd.cpp Commands for vehicles. */
#include "stdafx.h"
#include "openttd.h"