Skip to content

Commit

Permalink
FINAL_MENU_SPEC helper define fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Aug 4, 2024
1 parent 64604f3 commit 6b0e410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/sound_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ struct UpgradeSoundLibraryIfNeeded {

// These two defines are the ones props should use.
#undef FINAL_MENU_SPEC
#define FINAL_MENU_SPEC MKSPEC<FINAL_MENUSPEC_TEMPLATE>
#define FINAL_MENU_SPEC MKSPEC<FINAL_MENU_SPEC_TEMPLATE>

#undef sound_library_
#define sound_library_ (*getPtr<MKSPEC<FINAL_MENU_SPEC_TEMPLATE>::SoundLibrary>())

0 comments on commit 6b0e410

Please sign in to comment.