forked from mirror/OpenTTD
Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
This commit is contained in:
@@ -314,7 +314,7 @@ public:
|
||||
|
||||
/* When double-clicking, continue */
|
||||
if (click_count == 1 || y < 0 || !HasBit(this->available_actions, y)) break;
|
||||
FALLTHROUGH;
|
||||
[[fallthrough]];
|
||||
}
|
||||
|
||||
case WID_TA_EXECUTE:
|
||||
|
Reference in New Issue
Block a user