Skip to content

Commit

Permalink
fix editor compilation broken
Browse files Browse the repository at this point in the history
Signed-off-by: SheridanR <[email protected]>
  • Loading branch information
SheridanR committed Feb 26, 2024
1 parent 6776e70 commit e56bbc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/engine/audio/init_audio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#include "../../ui/MainMenu.hpp"
#endif

#ifdef USE_FMOD

FMOD_SPEAKERMODE fmod_speakermode = FMOD_SPEAKERMODE_DEFAULT;
const char* fmod_speakermode_strings[FMOD_SPEAKERMODE_MAX] = {
"FMOD_SPEAKERMODE_DEFAULT",
Expand All @@ -31,6 +33,8 @@ const char* fmod_speakermode_strings[FMOD_SPEAKERMODE_MAX] = {
"FMOD_SPEAKERMODE_7POINT1POINT4",
};

#endif

bool initSoundEngine()
{
#ifdef USE_FMOD
Expand Down

0 comments on commit e56bbc5

Please sign in to comment.