diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-23 00:59:14 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-23 00:59:14 -0500 |
| commit | 383ed1ee51792febb09a5a4aa5e837fea82e3858 (patch) | |
| tree | ae4eb0e92af45d066f7d5b637ed522a276e87a73 /src/d/actor/d_a_bita.cpp | |
| parent | 15e2e3e86c7c100167c084b1f532a15a6cd1b33e (diff) | |
Use dCcG_At_Spl enum in Src structs
Diffstat (limited to 'src/d/actor/d_a_bita.cpp')
| -rw-r--r-- | src/d/actor/d_a_bita.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_bita.cpp b/src/d/actor/d_a_bita.cpp index e87b4949..924d3b40 100644 --- a/src/d/actor/d_a_bita.cpp +++ b/src/d/actor/d_a_bita.cpp @@ -246,7 +246,7 @@ static s32 daBita_Create(fopAc_ac_c* i_ac) { /* SrcObjCo SPrm */ 0, /* SrcGObjAt Se */ dCcD_SE_UNK6, /* SrcGObjAt HitMark */ 0, - /* SrcGObjAt Spl */ 0x01, + /* SrcGObjAt Spl */ dCcG_At_Spl_UNK1, /* SrcGObjAt Mtrl */ 0, /* SrcGObjAt SPrm */ 0, /* SrcGObjTg Se */ 0, |
