mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-17 01:12:39 +01:00
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
This commit is contained in:
@@ -1959,7 +1959,7 @@ static std::vector<std::pair<std::string_view, NetworkAuthorizedKeys *>> _consol
|
||||
{ "server", &_settings_client.network.server_authorized_keys },
|
||||
};
|
||||
|
||||
enum ConNetworkAuthorizedKeyAction {
|
||||
enum ConNetworkAuthorizedKeyAction : uint8_t {
|
||||
CNAKA_LIST,
|
||||
CNAKA_ADD,
|
||||
CNAKA_REMOVE,
|
||||
|
||||
Reference in New Issue
Block a user