1
0
Fork 0

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

release/0.4.5
celestar 2005-01-30 17:53:44 +00:00
parent 6d1ee15b9a
commit 5f05703206
1 changed files with 0 additions and 1 deletions

View File

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