File diff r11860:3a8a3e8fe0ca → r11861:e9322118cf50
src/roadveh_cmd.cpp
Show inline comments
 
@@ -692,7 +692,7 @@ TileIndex RoadVehicle::GetOrderStationLo
 
		return dest;
 
	} else {
 
		/* There is no stop left at the station, so don't even TRY to go there */
 
		this->cur_order_index++;
 
		this->IncrementOrderIndex();
 
		return 0;
 
	}
 
}