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
 
@@ -2127,13 +2127,13 @@ static void Load_TIDS()
 

	
 
	/* clear the current mapping stored.
 
	 * This will create the manager if ever it is not yet done */
 
	_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;
 
		SlObject(&_industile_mngr.mapping_ID[index], _industries_id_mapping_desc);
 
	}
 
}
0 comments (0 inline, 0 general)