changeset 7292:3167252a854d draft

(svn r10640) -Fix(r10638): little typo...
author belugas <belugas@openttd.org>
date Fri, 20 Jul 2007 17:25:07 +0000
parents 33e19e1c88ff
children 544c6bc12cfd
files src/industry_cmd.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/industry_cmd.cpp
+++ b/src/industry_cmd.cpp
@@ -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;