Changeset - r7689:c128a7a41870
[Not reviewed]
master
0 1 0
belugas - 17 years ago 2007-10-07 01:37:06
belugas@openttd.org
(svn r11223) -Fix[FS#1306]: Rename and refactor adequately a function that actually returns void and set bits (smatz).
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/industry_map.h
Show inline comments
 
@@ -274,7 +274,7 @@ static inline byte GetIndustryRandomBits
 
 * @param bits the random bits
 
 * @pre IsTileType(tile, MP_INDUSTRY)
 
 */
 
static inline byte GetIndustryRandomBits(TileIndex tile, byte bits)
 
static inline void SetIndustryRandomBits(TileIndex tile, byte bits)
 
{
 
	assert(IsTileType(tile, MP_INDUSTRY));
 
	_me[tile].m7 = bits;
0 comments (0 inline, 0 general)