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:
@@ -178,7 +178,7 @@ static constexpr NWidgetPart _nested_main_window_widgets[] = {
|
||||
NWidget(NWID_VIEWPORT, INVALID_COLOUR, WID_M_VIEWPORT), SetResize(1, 1),
|
||||
};
|
||||
|
||||
enum {
|
||||
enum GlobalHotKeys : int32_t {
|
||||
GHK_QUIT,
|
||||
GHK_ABANDON,
|
||||
GHK_CONSOLE,
|
||||
|
||||
Reference in New Issue
Block a user