mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-21 03:12:41 +01:00
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