summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2020-01-05 22:55:57 +0100
committerCharles Pigott <charlespigott@googlemail.com>2020-01-05 22:51:27 +0000
commit39e6247bec6b958b11c6ab58430a4197eb1deb6a (patch)
tree2db0ec84c21ab333c44381aef9efd7e620b97860 /src/town.h
parentac3bc30a30d3daeb912c989accbb0fb08ea6e582 (diff)
downloadopenttd-39e6247bec6b958b11c6ab58430a4197eb1deb6a.tar.xz
Fix #7899, 196d5868: don't trigger filter changes more than expected
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/town.h b/src/town.h
index c8903d4ff..1f04cf155 100644
--- a/src/town.h
+++ b/src/town.h
@@ -162,6 +162,7 @@ enum TownRatingCheckType {
enum TownDirectoryInvalidateWindowData {
TDIWD_FORCE_REBUILD,
TDIWD_FILTER_CHANGES, ///< The filename filter has changed (via the editbox)
+ TDIWD_FORCE_RESORT,
};
/**