From 3425aefc73a5ff319d32a798487d6f9f2100c822 Mon Sep 17 00:00:00 2001 From: superp00t Date: Fri, 6 Sep 2024 12:29:58 -0400 Subject: [PATCH] fix(sound): use WHOA_BUILD_SOUND --- src/sound/SI2.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/SI2.hpp b/src/sound/SI2.hpp index ed82aa3..7507dc7 100644 --- a/src/sound/SI2.hpp +++ b/src/sound/SI2.hpp @@ -23,7 +23,7 @@ class SI2 { static size_t s_NumScriptFunctions; static uint32_t sm_logFlags; static HSLOG sm_log; -#if defined(WHOA_BUILD_SOUND_FMOD) +#if defined(WHOA_BUILD_FMOD) static FMOD::System* sm_pGameSystem; static FMOD::System* sm_pChatSystem; #endif