Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)

This commit is contained in:
Peter Nelson
2025-01-28 22:17:34 +00:00
committed by GitHub
parent 6fda85c569
commit afc0745aa2
180 changed files with 371 additions and 367 deletions
+1 -1
View File
@@ -2208,7 +2208,7 @@ struct CompanyWindow : Window
CompanyWidgets query_widget;
/** Display planes in the company window. */
enum CompanyWindowPlanes {
enum CompanyWindowPlanes : uint8_t {
/* Display planes of the #WID_C_SELECT_VIEW_BUILD_HQ selection widget. */
CWP_VB_VIEW = 0, ///< Display the view button
CWP_VB_BUILD, ///< Display the build button