summaryrefslogtreecommitdiff
path: root/road_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'road_gui.c')
-rw-r--r--road_gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/road_gui.c b/road_gui.c
index 61b8a1668..f28aff360 100644
--- a/road_gui.c
+++ b/road_gui.c
@@ -161,6 +161,7 @@ static void BuildRoadClick_Remove(Window *w)
SetWindowDirty(w);
SndPlayFx(0x13);
_thd.make_square_red = !!((w->click_state ^= (1 << 12)) & (1<<12));
+ MarkTileDirty(_thd.pos.x, _thd.pos.y);
}
static void BuildRoadClick_Purchase(Window *w)