(svn r1736) -Fix: Forgot to remove some unused variables in last commit :(

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
celestar 20 years ago
parent 6d1ee15b9a
commit 5f05703206

@ -629,7 +629,6 @@ static void ProcessRoadVehOrder(Vehicle *v)
rs = GetPrimaryRoadStop(st, type); rs = GetPrimaryRoadStop(st, type);
if (rs == NULL) { if (rs == NULL) {
int i, validorders = 0;
//There is no stop left at the station, so don't even TRY to go there //There is no stop left at the station, so don't even TRY to go there
v->cur_order_index++; v->cur_order_index++;
InvalidateVehicleOrder(v); InvalidateVehicleOrder(v);

Loading…
Cancel
Save