(svn r1736) -Fix: Forgot to remove some unused variables in last commit :(
This commit is contained in:
		@@ -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);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user