Changeset - r7746:13dfa37d95e5
[Not reviewed]
master
0 1 0
belugas - 17 years ago 2007-10-17 02:50:18
belugas@openttd.org
(svn r11283) -Fix(r11282): a typo. Don't ask.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf.cpp
Show inline comments
 
@@ -1890,7 +1890,7 @@ static bool IndustriesChangeInfo(uint in
 

	
 
							copy_from = (IndustryTileTable*)_origin_industry_specs[type].table[laynbr];
 
							for (size = 1;; size++) {
 
								if (copy_from[size - 1].ti.x == -0x80 && copy_from[size - 1].ti.y) break;
 
								if (copy_from[size - 1].ti.x == -0x80 && copy_from[size - 1].ti.y == 0) break;
 
							}
 
							break;
 
						}
0 comments (0 inline, 0 general)