File diff r18291:faa18f9ceb25 → r18292:67d22b89b6c6
src/newgrf_airporttiles.cpp
Show inline comments
 
@@ -163,13 +163,13 @@ static uint32 GetAirportTileIDAtOffset(T
 
		}
 
	}
 
	/* The tile has no spritegroup */
 
	return 0xFF << 8 | ats->grf_prop.subst_id; // so just give him the substitute
 
}
 

	
 
static uint32 AirportTileGetVariable(const ResolverObject *object, byte variable, byte parameter, bool *available)
 
static uint32 AirportTileGetVariable(const ResolverObject *object, byte variable, uint32 parameter, bool *available)
 
{
 
	const Station *st = object->u.airport.st;
 
	TileIndex tile    = object->u.airport.tile;
 
	assert(st != NULL);
 

	
 
	if (object->scope == VSG_SCOPE_PARENT) {