summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/signs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signs.cpp b/src/signs.cpp
index b514e2ab1..a2d3141b5 100644
--- a/src/signs.cpp
+++ b/src/signs.cpp
@@ -157,7 +157,7 @@ CommandCost CmdRenameSign(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
MarkSignDirty(si);
delete si;
- InvalidateWindowData(WC_SIGN_LIST, 0, 1);
+ InvalidateWindowData(WC_SIGN_LIST, 0, 0);
}
}