From 3dcd89540bce83ad45789bedc59c893bc689badc Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Sun, 15 Sep 2024 21:19:41 -0700 Subject: [PATCH] Fix order of some SoundConstantsT6 enums --- src/ObjCommon/Game/T6/SoundConstantsT6.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/ObjCommon/Game/T6/SoundConstantsT6.h b/src/ObjCommon/Game/T6/SoundConstantsT6.h index feb7cff6..735ed8a9 100644 --- a/src/ObjCommon/Game/T6/SoundConstantsT6.h +++ b/src/ObjCommon/Game/T6/SoundConstantsT6.h @@ -30,7 +30,6 @@ namespace T6 "grp_air", "grp_bink", "grp_announcer", - "", }; inline const std::string SOUND_CURVES[]{ @@ -51,7 +50,6 @@ namespace T6 "cos", "rev60", "rev65", - "", }; inline const std::string SOUND_DUCK_GROUPS[]{ @@ -121,17 +119,15 @@ namespace T6 "bus_pfutz", "bus_hdrfx", "bus_ui", - "bus_reference", "bus_music", "bus_movie", "bus_reference", - "", }; inline const std::string SOUND_RANDOMIZE_TYPES[]{ + "", "volume", "pitch", "variant", - "", }; } // namespace T6