Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
||||
struct GRFFile;
|
||||
|
||||
/** Message severity/type */
|
||||
enum WarningLevel {
|
||||
enum WarningLevel : uint8_t {
|
||||
WL_INFO, ///< Used for DoCommand-like (and some non-fatal AI GUI) errors/information
|
||||
WL_WARNING, ///< Other information
|
||||
WL_ERROR, ///< Errors (eg. saving/loading failed)
|
||||
|
||||
Reference in New Issue
Block a user