diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/town_cmd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp index fd380a827..7ca11fe31 100644 --- a/src/town_cmd.cpp +++ b/src/town_cmd.cpp @@ -1913,7 +1913,6 @@ bool GenerateTowns(TownLayout layout) /* Clear the caches regularly, otherwise it will only be done * at the end of the whole cycle when OpenTTD has allocated * lots and lots of memory for these essentially caches. */ - ClearPersistentStorageChanges(true); Layouter::ReduceLineCache(); } |