Changeset - r17326:8aff52afdd56
[Not reviewed]
master
0 1 0
smatz - 13 years ago 2011-02-14 12:39:45
smatz@openttd.org
(svn r22076) -Fix (r22075): build failed with GCC
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf.cpp
Show inline comments
 
@@ -7636,7 +7636,7 @@ static void FinaliseHouseArray()
 
			 * don't want to have them influencing valid tiles. As such set
 
			 * building_flags to zero here to make sure any house following
 
			 * this one in the pool is properly handled as 1x1 house. */
 
			hs->building_flags = 0;
 
			hs->building_flags = TILE_NO_FLAG;
 
		}
 
	}
 

	
0 comments (0 inline, 0 general)