(svn r19174) -Fix: Buoys are no Stations, only BaseStations.
This commit is contained in:
		@@ -1001,13 +1001,8 @@ public:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
					switch (ord->GetType()) {
 | 
										switch (ord->GetType()) {
 | 
				
			||||||
						case OT_GOTO_WAYPOINT:
 | 
											case OT_GOTO_WAYPOINT:
 | 
				
			||||||
							if (this->vehicle->type == VEH_TRAIN) {
 | 
					 | 
				
			||||||
								xy = Waypoint::Get(ord->GetDestination())->xy;
 | 
					 | 
				
			||||||
								break;
 | 
					 | 
				
			||||||
							}
 | 
					 | 
				
			||||||
							/* FALL THROUGH */
 | 
					 | 
				
			||||||
						case OT_GOTO_STATION:
 | 
											case OT_GOTO_STATION:
 | 
				
			||||||
							xy = Station::Get(ord->GetDestination())->xy;
 | 
												xy = BaseStation::Get(ord->GetDestination())->xy;
 | 
				
			||||||
							break;
 | 
												break;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
						case OT_GOTO_DEPOT:
 | 
											case OT_GOTO_DEPOT:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user