summaryrefslogtreecommitdiff
path: root/src/industry_cmd.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-07-20 17:25:07 +0000
committerbelugas <belugas@openttd.org>2007-07-20 17:25:07 +0000
commit79c94729b5e16deef82264bc959e82bb32e0f838 (patch)
treef01c66d16194331d9f476709c82cfdeaad40a6e2 /src/industry_cmd.cpp
parent71637303a9cf9d9e28fa9d4fcb2d6612d4607149 (diff)
downloadopenttd-79c94729b5e16deef82264bc959e82bb32e0f838.tar.xz
(svn r10640) -Fix(r10638): little typo...
Diffstat (limited to 'src/industry_cmd.cpp')
-rw-r--r--src/industry_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
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;