diff options
author | belugas <belugas@openttd.org> | 2007-07-20 17:25:07 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-07-20 17:25:07 +0000 |
commit | 79c94729b5e16deef82264bc959e82bb32e0f838 (patch) | |
tree | f01c66d16194331d9f476709c82cfdeaad40a6e2 /src | |
parent | 71637303a9cf9d9e28fa9d4fcb2d6612d4607149 (diff) | |
download | openttd-79c94729b5e16deef82264bc959e82bb32e0f838.tar.xz |
(svn r10640) -Fix(r10638): little typo...
Diffstat (limited to 'src')
-rw-r--r-- | src/industry_cmd.cpp | 2 |
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; |