mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-26 05:34:12 +01:00
Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
This commit is contained in:
@@ -724,7 +724,7 @@ static constexpr NWidgetPart _nested_town_directory_widgets[] = {
|
||||
};
|
||||
|
||||
/** Enum referring to the Hotkeys in the town directory window */
|
||||
enum TownDirectoryHotkeys {
|
||||
enum TownDirectoryHotkeys : int32_t {
|
||||
TDHK_FOCUS_FILTER_BOX, ///< Focus the filter box
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user