summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc_gui.cpp')
-rw-r--r--src/misc_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp
index e373373a6..643abfb67 100644
--- a/src/misc_gui.cpp
+++ b/src/misc_gui.cpp
@@ -184,7 +184,7 @@ public:
/* Local authority */
SetDParam(0, STR_LAND_AREA_INFORMATION_LOCAL_AUTHORITY_NONE);
- if (t != NULL && t->IsValid()) {
+ if (t != NULL) {
SetDParam(0, STR_TOWN);
SetDParam(1, t->index);
}