Fix 196d5868: Always apply filter on town directory rebuild

This commit is contained in:
glx
2020-01-07 03:08:26 +01:00
committed by Charles Pigott
parent 150dfba95b
commit 5c10c426fe
2 changed files with 14 additions and 29 deletions

View File

@@ -161,7 +161,6 @@ enum TownRatingCheckType {
/** Special values for town list window for the data parameter of #InvalidateWindowData. */
enum TownDirectoryInvalidateWindowData {
TDIWD_FORCE_REBUILD,
TDIWD_FILTER_CHANGES, ///< The filename filter has changed (via the editbox)
TDIWD_FORCE_RESORT,
};