summaryrefslogtreecommitdiff
path: root/roadveh_cmd.c
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-01-30 17:53:44 +0000
committercelestar <celestar@openttd.org>2005-01-30 17:53:44 +0000
commit5f05703206365850ad90e1483b18e6c6ad0068d4 (patch)
tree2a7901e76a0b848794b7bd4d792269755aad1991 /roadveh_cmd.c
parent6d1ee15b9ac8e559a749c61ce16a318ca30b2dff (diff)
downloadopenttd-5f05703206365850ad90e1483b18e6c6ad0068d4.tar.xz
(svn r1736) -Fix: Forgot to remove some unused variables in last commit :(
Diffstat (limited to 'roadveh_cmd.c')
-rw-r--r--roadveh_cmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/roadveh_cmd.c b/roadveh_cmd.c
index 53f63e013..1ad6d7104 100644
--- a/roadveh_cmd.c
+++ b/roadveh_cmd.c
@@ -629,7 +629,6 @@ static void ProcessRoadVehOrder(Vehicle *v)
rs = GetPrimaryRoadStop(st, type);
if (rs == NULL) {
- int i, validorders = 0;
//There is no stop left at the station, so don't even TRY to go there
v->cur_order_index++;
InvalidateVehicleOrder(v);