From 79c94729b5e16deef82264bc959e82bb32e0f838 Mon Sep 17 00:00:00 2001 From: belugas Date: Fri, 20 Jul 2007 17:25:07 +0000 Subject: (svn r10640) -Fix(r10638): little typo... --- src/industry_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp index 80d5b472b..5ae92f1f3 100644 --- a/src/industry_cmd.cpp +++ b/src/industry_cmd.cpp @@ -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; -- cgit v1.2.3-70-g09d2