diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-18 15:10:32 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-18 15:10:32 -0400 |
| commit | 4c3bd2c65111f6520a409f2fe06018b6648ba4fe (patch) | |
| tree | 3440e2006ea3513aa5d20cdb452217943d5a9f1f /src/d/actor/d_a_obj_figure.cpp | |
| parent | 6541fea3e43226df0a6d8b427beabb4e7fe6f53d (diff) | |
Missed some spots where `cPhs_State` should be used
Diffstat (limited to 'src/d/actor/d_a_obj_figure.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_figure.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_figure.cpp b/src/d/actor/d_a_obj_figure.cpp index 0307a5eb..4414e81b 100644 --- a/src/d/actor/d_a_obj_figure.cpp +++ b/src/d/actor/d_a_obj_figure.cpp @@ -1010,7 +1010,7 @@ BOOL daObjFigure_c::createHeap() { } /* 00000A90-00000BF4 .text createInit__13daObjFigure_cFv */ -s32 daObjFigure_c::createInit() { +cPhs_State daObjFigure_c::createInit() { mStts.Init(0xFF, 0xFF, this); mCyl1.Set(l_cyl_src); mCyl1.SetStts(&mStts); |
