diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-25 23:53:05 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-11-25 23:53:05 -0500 |
| commit | 5039fe661cd3882d77b22dd72a2b3555aa658acd (patch) | |
| tree | 6160e28e8421a08b0559f716d802cd6bc58fa30c /src/d/actor/d_a_vrbox.cpp | |
| parent | 30357c1712773d6538fc597cde60f2fe15e10c86 (diff) | |
Finished porting all actor classes to headers
Diffstat (limited to 'src/d/actor/d_a_vrbox.cpp')
| -rw-r--r-- | src/d/actor/d_a_vrbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_vrbox.cpp b/src/d/actor/d_a_vrbox.cpp index 670f3e9a..433603e7 100644 --- a/src/d/actor/d_a_vrbox.cpp +++ b/src/d/actor/d_a_vrbox.cpp @@ -185,7 +185,7 @@ static s32 daVrbox_Create(fopAc_ac_c* i_actor) { i_this->m29C = 0; s32 phase_state = cPhs_COMPLEATE_e; - if (fopAcM_entrySolidHeap(i_this, (heapCallbackFunc)&daVrbox_solidHeapCB, 0xC60)) { + if (fopAcM_entrySolidHeap(i_this, daVrbox_solidHeapCB, 0xC60)) { dComIfGp_onStatus(1); g_env_light.mbVrboxInvisible = 0; } else { |
