summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_e_tk.cpp
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-12-22 18:41:19 -0500
committerGitHub <noreply@github.com>2025-12-22 15:41:19 -0800
commit9767e76ba049ce20ac0d2236758f050bcd36d90f (patch)
tree30519a089779dd789f5564adef5afb27a163a190 /src/d/actor/d_a_e_tk.cpp
parent8fece471c6d5203aa09d5c280584096adc1b8539 (diff)
GCN data 100% matching (#2987)
* Update GZ2J01 symbols from linked DOL * GCN data 100% matching * Run dtk apply
Diffstat (limited to 'src/d/actor/d_a_e_tk.cpp')
-rw-r--r--src/d/actor/d_a_e_tk.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/d/actor/d_a_e_tk.cpp b/src/d/actor/d_a_e_tk.cpp
index 06263e632d..6b8c949127 100644
--- a/src/d/actor/d_a_e_tk.cpp
+++ b/src/d/actor/d_a_e_tk.cpp
@@ -673,19 +673,19 @@ static int useHeapInit(fopAc_ac_c* a_this) {
return 1;
}
-static dCcD_SrcSph cc_sph_src = {
- {
- {0x0, {{0x0, 0x0, 0xd}, {0xd8fbfdff, 0x3}, 0x75}}, // mObj
- {dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x0}, // mGObjAt
- {dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x2}, // mGObjTg
- {0x0}, // mGObjCo
- }, // mObjInf
- {
- {{0.0f, 0.0f, 0.0f}, 40.0f} // mSph
- } // mSphAttr
-};
-
static int daE_TK_Create(fopAc_ac_c* i_this) {
+ static dCcD_SrcSph cc_sph_src = {
+ {
+ {0x0, {{0x0, 0x0, 0xd}, {0xd8fbfdff, 0x3}, 0x75}}, // mObj
+ {dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x0}, // mGObjAt
+ {dCcD_SE_NONE, 0x0, 0x0, 0x0, 0x2}, // mGObjTg
+ {0x0}, // mGObjCo
+ }, // mObjInf
+ {
+ {{0.0f, 0.0f, 0.0f}, 40.0f} // mSph
+ } // mSphAttr
+ };
+
fopAcM_ct(i_this, e_tk_class);
e_tk_class* const a_this = static_cast<e_tk_class*>(i_this);