Formatting

develop
DoctorVanGogh 2015-11-02 05:05:17 +01:00
parent 092979f362
commit a7fe1d9d73
1 changed files with 1 additions and 1 deletions

@ -460,7 +460,7 @@ static bool is_valid_building_site(building_site &site, bool orthogonal_check, b
return false;
if (material == tiletype_material::CONSTRUCTION)
{
{
// Check this is not a 'constructed floor over X':
// those have something else than open space as *basic* tile types: stonefloor, smoothstonefloor, ...
MapExtras::MapCache mc;