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 | fabd64e1e6779f5d3e2893369e1151f3a255c09e (patch) | |
tree | f01c66d16194331d9f476709c82cfdeaad40a6e2 /src | |
parent | f9d3463af1e85126ff0d4681a9ccb63e75d6680a (diff) | |
download | openttd-fabd64e1e6779f5d3e2893369e1151f3a255c09e.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; |