summaryrefslogtreecommitdiff
path: root/src/roadveh_cmd.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-02-20 23:21:04 +0000
committerfrosch <frosch@openttd.org>2009-02-20 23:21:04 +0000
commit8eb906dda9d3a7ca0affc2ae934a54a375bb1421 (patch)
treec222d98d9956931a464991dd3bcb16511fff70f4 /src/roadveh_cmd.cpp
parent1f028894b54aac48fc99a0e5b0e14eeb19e0a5a1 (diff)
downloadopenttd-8eb906dda9d3a7ca0affc2ae934a54a375bb1421.tar.xz
(svn r15534) -Codechange: Rename some variables.
Diffstat (limited to 'src/roadveh_cmd.cpp')
-rw-r--r--src/roadveh_cmd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/roadveh_cmd.cpp b/src/roadveh_cmd.cpp
index 7027c94d9..40dcf3e18 100644
--- a/src/roadveh_cmd.cpp
+++ b/src/roadveh_cmd.cpp
@@ -227,7 +227,6 @@ CommandCost CmdBuildRoadVeh(TileIndex tile, DoCommandFlag flags, uint32 p1, uint
// v->load_unload_time_rem = 0;
// v->progress = 0;
-// v->u.road.unk2 = 0;
// v->u.road.overtaking = 0;
v->last_station_visited = INVALID_STATION;