Fix b4b98e5165: Use FALLTHROUGH attribute with correct indentation.

This commit is contained in:
J0an Josep
2017-08-15 17:56:34 +02:00
committed by frosch
parent 3f40cd505d
commit cfb8092397
10 changed files with 15 additions and 15 deletions

View File

@@ -269,8 +269,8 @@ public:
}
/* When double-clicking, continue */
if (click_count == 1 || y < 0) break;
FALLTHROUGH;
}
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));