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/d_cs_game.cpp | |
| parent | e9935e62330417c89601d11c5f92d6a11bc18926 (diff) | |
Refactoring
Diffstat (limited to 'src/d/d_cs_game.cpp')
| -rw-r--r-- | src/d/d_cs_game.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_cs_game.cpp b/src/d/d_cs_game.cpp index 5ab406a5..da22bbef 100644 --- a/src/d/d_cs_game.cpp +++ b/src/d/d_cs_game.cpp @@ -3,9 +3,9 @@ #include "d/d_cs_base.h" #include "d/d_cursor_hit_check.h" #include "d/lyt/d2d.h" +#include "d/snd/d_snd_small_effect_mgr.h" #include "f/f_base.h" #include "toBeSorted/arc_managers/layout_arc_manager.h" -#include "toBeSorted/small_sound_mgr.h" SPECIAL_BASE_PROFILE(C_GAME, dCsGame_c, fProfile::C_GAME, 0x2BF, 0x06F9); @@ -407,7 +407,7 @@ void dCsGame_c::lytItemCursor_c::lytBowCsr_c::executeState_Charge() { if (!mAnm[MAIN_ANIM_ARROW_PEAK].isEnabled()) { mAnm[MAIN_ANIM_ARROW_PEAK].setAnimEnable(true); mAnm[MAIN_ANIM_ARROW_PEAK].setFrame(0.0f); - SmallSoundManager::GetInstance()->playSound(SE_S_BW_ALIGN_SIGHT); + dSndSmallEffectMgr_c::GetInstance()->playSound(SE_S_BW_ALIGN_SIGHT); } mAnm[MAIN_ANIM_ARROW_KEEP].setAnimEnable(false); } else { |
