diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-12-10 08:46:19 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-10 18:46:19 +0200 |
| commit | 8d73439554beb2b4870b86159aa2e676357792b7 (patch) | |
| tree | f146d56805cdbbf0ee01412b66d328396d2b0305 /src/d/d_cc_uty.cpp | |
| parent | 3fa6b50e6ab76f8d6fed3c92a70084db2f0e221e (diff) | |
tbox/camera/d_bg_w_kcol work and cleanup (#2262)
* some camera/tbox cleanup
* d_bg_w_kcol work
* make item name enum better
Diffstat (limited to 'src/d/d_cc_uty.cpp')
| -rw-r--r-- | src/d/d_cc_uty.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_cc_uty.cpp b/src/d/d_cc_uty.cpp index 3aa6a369ec..c1df3fb303 100644 --- a/src/d/d_cc_uty.cpp +++ b/src/d/d_cc_uty.cpp @@ -13,7 +13,7 @@ #include "f_op/f_op_actor_mng.h" bool daPy_py_c::checkWoodSwordEquip() { - return dComIfGs_getSelectEquipSword() == WOOD_STICK; + return dComIfGs_getSelectEquipSword() == fpcNm_ITEM_WOOD_STICK; } BOOL daPy_py_c::checkNowWolf() { @@ -515,4 +515,4 @@ fopAc_ac_c* cc_at_check(fopAc_ac_c* i_enemy, dCcU_AtInfo* i_AtInfo) { } return i_AtInfo->mpActor; -}
\ No newline at end of file +} |
