Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
This commit is contained in:
@@ -107,7 +107,7 @@ bool IsValidImageIndex<VEH_AIRCRAFT>(uint8_t image_index)
|
||||
}
|
||||
|
||||
/** Helicopter rotor animation states */
|
||||
enum HelicopterRotorStates {
|
||||
enum HelicopterRotorStates : uint8_t {
|
||||
HRS_ROTOR_STOPPED,
|
||||
HRS_ROTOR_MOVING_1,
|
||||
HRS_ROTOR_MOVING_2,
|
||||
|
||||
Reference in New Issue
Block a user