mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-14 11:53:44 -04:00
tbox/camera/d_bg_w_kcol work and cleanup (#2262)
* some camera/tbox cleanup * d_bg_w_kcol work * make item name enum better
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user