Codechange: Specify underlying type for all enums excluding those exposed to scripts. (#13383)
This commit is contained in:
@@ -47,7 +47,7 @@ struct MusicSystem {
|
||||
};
|
||||
typedef std::vector<PlaylistEntry> Playlist;
|
||||
|
||||
enum PlaylistChoices {
|
||||
enum PlaylistChoices : uint8_t {
|
||||
PLCH_ALLMUSIC,
|
||||
PLCH_OLDSTYLE,
|
||||
PLCH_NEWSTYLE,
|
||||
|
||||
Reference in New Issue
Block a user