Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
*/
|
||||
class TimerGameRealtime {
|
||||
public:
|
||||
enum PeriodFlags {
|
||||
enum PeriodFlags : uint8_t {
|
||||
ALWAYS, ///< Always run, even when paused.
|
||||
UNPAUSED, ///< Only run when not paused.
|
||||
AUTOSAVE, ///< Only run when not paused or there was a Command executed recently.
|
||||
|
||||
Reference in New Issue
Block a user