From 6b0e4102bca092715e6834a16e9e08e07ab94b34 Mon Sep 17 00:00:00 2001 From: Fredrik Hubinette Date: Sun, 4 Aug 2024 05:00:21 -0700 Subject: [PATCH] FINAL_MENU_SPEC helper define fixed --- sound/sound_library.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/sound_library.h b/sound/sound_library.h index 41fff1b00..c2c67f2e7 100644 --- a/sound/sound_library.h +++ b/sound/sound_library.h @@ -608,7 +608,7 @@ struct UpgradeSoundLibraryIfNeeded { // These two defines are the ones props should use. #undef FINAL_MENU_SPEC -#define FINAL_MENU_SPEC MKSPEC +#define FINAL_MENU_SPEC MKSPEC #undef sound_library_ #define sound_library_ (*getPtr::SoundLibrary>())