diff options
author | smatz <smatz@openttd.org> | 2009-02-01 00:50:32 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-02-01 00:50:32 +0000 |
commit | 16b9dcd0ea28e1166fa922552f70a67bd284479b (patch) | |
tree | ba367495fae546d84ff8b0c68d0bb61cb0a1824e | |
parent | 969af4d97de1109e8eef622d7f04ef4d56fa1905 (diff) | |
download | openttd-16b9dcd0ea28e1166fa922552f70a67bd284479b.tar.xz |
(svn r15303) -Fix (r12381): desync if a GRF used town's last month max. pass/mail
-rw-r--r-- | src/saveload/town_sl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/saveload/town_sl.cpp b/src/saveload/town_sl.cpp index dac520181..c1b59876e 100644 --- a/src/saveload/town_sl.cpp +++ b/src/saveload/town_sl.cpp @@ -55,7 +55,6 @@ void UpdateHousesAndTowns() /* Update the population and num_house dependant values */ FOR_ALL_TOWNS(town) { UpdateTownRadius(town); - UpdateTownMaxPass(town); } } |