File diff r12460:1f2d22685cf3 → r12461:548f0e01a738
src/newgrf_station.cpp
Show inline comments
 
@@ -452,7 +452,7 @@ static uint32 StationGetVariable(const R
 
		case 0x43: return st->owner; // Station owner
 
		case 0x44:
 
			if (IsRailWaypointTile(tile)) {
 
				return HasDepotWaypointReservation(tile) ? 7 : 4;
 
				return HasDepotReservation(tile) ? 7 : 4;
 
			} else {
 
				return HasStationReservation(tile) ? 7 : 4; // PBS status
 
			}