diff options
| author | robojumper <robojumper@gmail.com> | 2025-06-04 23:47:43 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-06-04 23:47:43 +0200 |
| commit | 35ae04fdf94b0210446ccdebef2d66171095a124 (patch) | |
| tree | 64303d75e9fcffdc1af80182362a29d4c80c7a78 /src/d/lyt/d_lyt_do_button.cpp | |
| parent | e9935e62330417c89601d11c5f92d6a11bc18926 (diff) | |
Refactoring
Diffstat (limited to 'src/d/lyt/d_lyt_do_button.cpp')
| -rw-r--r-- | src/d/lyt/d_lyt_do_button.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/lyt/d_lyt_do_button.cpp b/src/d/lyt/d_lyt_do_button.cpp index 9f4fc89e..c47df16f 100644 --- a/src/d/lyt/d_lyt_do_button.cpp +++ b/src/d/lyt/d_lyt_do_button.cpp @@ -3,12 +3,12 @@ #include "common.h" #include "d/a/d_a_player.h" #include "d/lyt/meter/d_lyt_meter.h" +#include "d/snd/d_snd_small_effect_mgr.h" #include "nw4r/lyt/lyt_pane.h" #include "nw4r/lyt/lyt_types.h" #include "nw4r/math/math_types.h" #include "sized_string.h" #include "toBeSorted/event_manager.h" -#include "toBeSorted/small_sound_mgr.h" struct DoButtonClass { DoButtonClass(); @@ -639,7 +639,7 @@ void dLytDobutton_c::realize() { } if (mDoActionToShow == ACT_DO_CATCH) { - SmallSoundManager::GetInstance()->playSound(SE_S_CALL_BIRD_CATCH); + dSndSmallEffectMgr_c::GetInstance()->playSound(SE_S_CALL_BIRD_CATCH); } } |
