File diff r8053:25084e2906e0 → r8054:59ce447c2bdb
src/industry_cmd.cpp
Show inline comments
 
@@ -1236,7 +1236,7 @@ static bool CheckIfIndustryTilesAreFree(
 
				refused_slope |= IsSlopeRefused(tileh, its->slopes_refused);
 
			}
 

	
 
			if (ind_behav & (INDUSTRYBEH_ONLY_INTOWN)) {
 
			if (ind_behav & (INDUSTRYBEH_ONLY_INTOWN | INDUSTRYBEH_TOWN1200_MORE)) {
 
				if (!IsTileType(cur_tile, MP_HOUSE)) {
 
					_error_message = STR_030D_CAN_ONLY_BE_BUILT_IN_TOWNS;
 
					return false;