diff options
| author | robojumper <robojumper@gmail.com> | 2025-06-07 10:28:42 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-06-07 10:28:42 +0200 |
| commit | 00d7d441058b3d4465ceb23fd59fc3b0f966477a (patch) | |
| tree | 2472f9659e00f554725ab4bd693b5d278176d201 /src/d/d_message.cpp | |
| parent | 5969ccb7fd2b9eb69619b012b05506e5222136b6 (diff) | |
A bit of source manager maybe
Diffstat (limited to 'src/d/d_message.cpp')
| -rw-r--r-- | src/d/d_message.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/d/d_message.cpp b/src/d/d_message.cpp index 5340403e..d8651932 100644 --- a/src/d/d_message.cpp +++ b/src/d/d_message.cpp @@ -23,6 +23,7 @@ #include "d/lyt/meter/d_lyt_meter.h" #include "d/lyt/msg_window/d_lyt_msg_window.h" #include "d/snd/d_snd_small_effect_mgr.h" +#include "d/snd/d_snd_source_mgr.h" #include "egg/core/eggHeap.h" #include "f/f_base.h" #include "f/f_profile.h" @@ -198,7 +199,7 @@ void dFlow_c::playSound(u32 params) { return; } if (params >= 100) { - fn_803858D0(ENEMY_BGM_RELATED_MGR); + dSndSourceMgr_c::GetInstance()->playFlowSound(params); return; } |
