(svn r10640) -Fix(r10638): little typo...
authorbelugas
Fri, 20 Jul 2007 17:25:07 +0000
changeset 7292 1e15f344fc54
parent 7291 5e5bc8463be7
child 7293 e62b277bc10e
(svn r10640) -Fix(r10638): little typo...
src/industry_cmd.cpp
--- 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;