Fix order of some SoundConstantsT6 enums

This commit is contained in:
Jbleezy 2024-09-15 21:19:41 -07:00
parent 1caa54f16e
commit 3dcd89540b

View File

@ -30,7 +30,6 @@ namespace T6
"grp_air", "grp_air",
"grp_bink", "grp_bink",
"grp_announcer", "grp_announcer",
"",
}; };
inline const std::string SOUND_CURVES[]{ inline const std::string SOUND_CURVES[]{
@ -51,7 +50,6 @@ namespace T6
"cos", "cos",
"rev60", "rev60",
"rev65", "rev65",
"",
}; };
inline const std::string SOUND_DUCK_GROUPS[]{ inline const std::string SOUND_DUCK_GROUPS[]{
@ -121,17 +119,15 @@ namespace T6
"bus_pfutz", "bus_pfutz",
"bus_hdrfx", "bus_hdrfx",
"bus_ui", "bus_ui",
"bus_reference",
"bus_music", "bus_music",
"bus_movie", "bus_movie",
"bus_reference", "bus_reference",
"",
}; };
inline const std::string SOUND_RANDOMIZE_TYPES[]{ inline const std::string SOUND_RANDOMIZE_TYPES[]{
"",
"volume", "volume",
"pitch", "pitch",
"variant", "variant",
"",
}; };
} // namespace T6 } // namespace T6