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

pull/155/head
celestar 20 years ago
parent 9a3089b403
commit 4bdbf4e75e

@ -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);

Loading…
Cancel
Save