summaryrefslogtreecommitdiff
path: root/src/town_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/town_gui.cpp')
-rw-r--r--src/town_gui.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/town_gui.cpp b/src/town_gui.cpp
index 142966b69..696b71afd 100644
--- a/src/town_gui.cpp
+++ b/src/town_gui.cpp
@@ -267,9 +267,10 @@ public:
this->sel_index = y;
this->SetDirty();
}
- /* FALL THROUGH, when double-clicking. */
+ /* When double-clicking, continue */
if (click_count == 1 || y < 0) break;
}
+ FALLTHROUGH;
case WID_TA_EXECUTE:
DoCommandP(this->town->xy, this->window_number, this->sel_index, CMD_DO_TOWN_ACTION | CMD_MSG(STR_ERROR_CAN_T_DO_THIS));