diff options
| author | Carco_21 <144170194+carter-ktb21@users.noreply.github.com> | 2025-09-19 11:38:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-19 21:38:54 +0300 |
| commit | 2c39c2105fbc3ca0b4ba0147c7ab61d91d68f2bf (patch) | |
| tree | 811419d4782ab733087eb0dea0c99130dc0d3679 /src/d/actor/d_a_do.cpp | |
| parent | 9306edbec673e5fc10aff269e112c6a524bd3cb2 (diff) | |
Various regalloc fixes and linking (#2673)
* some d_a_b TUs matching
* reworked d_a_b_ob enums
* d_a_b_oh seems to be linking fine
* d_a_b_oh actually not good (i think), but npc_zrc matching
* d_a_b_oh is indeed matching!
* d_a_cam_param linked
---------
Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
Diffstat (limited to 'src/d/actor/d_a_do.cpp')
| -rw-r--r-- | src/d/actor/d_a_do.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/d/actor/d_a_do.cpp b/src/d/actor/d_a_do.cpp index fd22da8e12..f234eab5c2 100644 --- a/src/d/actor/d_a_do.cpp +++ b/src/d/actor/d_a_do.cpp @@ -7,19 +7,14 @@ #include "d/dolzel_rel.h" -#include "JSystem/JGeometry.h" -#include "SSystem/SComponent/c_math.h" -#include "Z2AudioLib/Z2Instances.h" #include "c/c_damagereaction.h" #include "d/actor/d_a_canoe.h" #include "d/actor/d_a_do.h" #include "d/actor/d_a_obj_food.h" #include "d/actor/d_a_player.h" #include "d/d_a_item_static.h" -#include "d/d_com_inf_game.h" -#include "d/d_procname.h" -#include "f_op/f_op_actor_mng.h" #include "m_Do/m_Do_controller_pad.h" +#include "Z2AudioLib/Z2Instances.h" /* 8066F2B4-8066F2B8 -00001 0004+00 1/2 0/0 0/0 .bss None */ /* 8066F2B6 0002+00 data_8066F2B6 None */ |
