| author | belugas |
| Fri, 20 Jul 2007 17:25:07 +0000 | |
| changeset 7788 | 0728ab7b5253 |
| parent 7787 | 6e0b6ea38850 |
| child 7789 | bda67a697f68 |
--- a/src/industry_cmd.cpp Fri Jul 20 17:14:03 2007 +0000 +++ b/src/industry_cmd.cpp Fri Jul 20 17:25:07 2007 +0000 @@ -2130,7 +2130,7 @@ _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;