forked from mirror/OpenTTD
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
This commit is contained in:
@@ -514,7 +514,7 @@ struct SignWindow : Window, SignList {
|
||||
|
||||
case WID_QES_OK:
|
||||
if (RenameSign(this->cur_sign, this->name_editbox.text.buf)) break;
|
||||
/* FALL THROUGH */
|
||||
FALLTHROUGH;
|
||||
|
||||
case WID_QES_CANCEL:
|
||||
delete this;
|
||||
|
Reference in New Issue
Block a user