diff options
| author | YunataSavior <58997725+YunataSavior@users.noreply.github.com> | 2025-02-05 17:42:29 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-05 17:42:29 -0800 |
| commit | 6c24ff192933300faf555f1411e03432c751afe5 (patch) | |
| tree | c5ec6ab088421762435ca65664e3556db82df0b6 /src/d/actor/d_a_alink.cpp | |
| parent | 34b21412c4d62ad498d6dbe085a95ba308cf0c15 (diff) | |
d_a_e_oc nearly equivalent except for regalloc issue in daE_OC_c::create function (#2298)
* d_a_e_oc initial work
* 2nd set of d_a_e_oc work
* More d_a_e_oc work
* 3rd set of d_a_e_oc work
* 4th set of work for d_a_e_oc including data/rodata/bss cleanup
* Lots of execute work for d_a_e_oc
* More d_a_e_oc work: cleanup, plus impl of executeAttack
* 7th set of d_a_e_oc work
* 90 percent of the way done for d_a_e_oc
* d_a_e_oc done except for regalloc issues
Diffstat (limited to 'src/d/actor/d_a_alink.cpp')
| -rw-r--r-- | src/d/actor/d_a_alink.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/d/actor/d_a_alink.cpp b/src/d/actor/d_a_alink.cpp index b20962d769..58e15e5eab 100644 --- a/src/d/actor/d_a_alink.cpp +++ b/src/d/actor/d_a_alink.cpp @@ -5509,10 +5509,6 @@ static int daAlink_createHeap(fopAc_ac_c* i_this) { return ((daAlink_c*)i_this)->createHeap(); } -bool daPy_py_c::checkWoodSwordEquip() { - return dComIfGs_getSelectEquipSword() == fpcNm_ITEM_WOOD_STICK; -} - bool daPy_py_c::checkLightMasterSwordEquip() { return dComIfGs_getSelectEquipSword() == fpcNm_ITEM_LIGHT_SWORD; } |
