1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 10:59:12 +00:00

(svn r10640) -Fix(r10638): little typo...

This commit is contained in:
belugas
2007-07-20 17:25:07 +00:00
parent f9d3463af1
commit fabd64e1e6

View File

@@ -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;