Changeset - r7292:27c372acd277
[Not reviewed]
master
0 1 0
belugas - 17 years ago 2007-07-20 17:25:07
belugas@openttd.org
(svn r10640) -Fix(r10638): little typo...
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/industry_cmd.cpp
Show inline comments
 
@@ -2130,7 +2130,7 @@ static void Load_TIDS()
 
	_industile_mngr.ResetMapping();
 

	
 
	/* get boundary for the temporary map loader NUM_INDUSTILES? */
 
	max_id = _industile_mngr.>GetMaxMapping();
 
	max_id = _industile_mngr.GetMaxMapping();
 

	
 
	while ((index = SlIterateArray()) != -1) {
 
		if ((uint)index >= max_id) break;
0 comments (0 inline, 0 general)