mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(sound): use WHOA_BUILD_SOUND
This commit is contained in:
parent
e954521204
commit
3425aefc73
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class SI2 {
|
||||||
static size_t s_NumScriptFunctions;
|
static size_t s_NumScriptFunctions;
|
||||||
static uint32_t sm_logFlags;
|
static uint32_t sm_logFlags;
|
||||||
static HSLOG sm_log;
|
static HSLOG sm_log;
|
||||||
#if defined(WHOA_BUILD_SOUND_FMOD)
|
#if defined(WHOA_BUILD_FMOD)
|
||||||
static FMOD::System* sm_pGameSystem;
|
static FMOD::System* sm_pGameSystem;
|
||||||
static FMOD::System* sm_pChatSystem;
|
static FMOD::System* sm_pChatSystem;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue