mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-20 10:52:41 +01:00
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
This commit is contained in:
@@ -1313,7 +1313,7 @@ static WindowDesc _client_list_desc(
|
||||
* The possibly entries in a DropDown for an admin.
|
||||
* Client and companies are mixed; they just have to be unique.
|
||||
*/
|
||||
enum DropDownAdmin {
|
||||
enum DropDownAdmin : uint8_t {
|
||||
DD_CLIENT_ADMIN_KICK,
|
||||
DD_CLIENT_ADMIN_BAN,
|
||||
DD_COMPANY_ADMIN_RESET,
|
||||
|
||||
Reference in New Issue
Block a user