diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-18 21:55:48 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-18 21:55:48 -0400 |
| commit | 8af44daa2e75195d7dd596cc36128bb4ec2a9c8b (patch) | |
| tree | 245e1ce8e3212751c07704f12e70770972f1d952 /src/d/actor/d_a_bmd.cpp | |
| parent | 048d242eef520cc257914cbc56c009ea8e8dc130 (diff) | |
Enable more clangd warnings, minor cleanup
Diffstat (limited to 'src/d/actor/d_a_bmd.cpp')
| -rw-r--r-- | src/d/actor/d_a_bmd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_bmd.cpp b/src/d/actor/d_a_bmd.cpp index 3cc46727..9bf2a93b 100644 --- a/src/d/actor/d_a_bmd.cpp +++ b/src/d/actor/d_a_bmd.cpp @@ -1704,7 +1704,7 @@ static BOOL daBmd_Delete(bmd_class* i_this) { } /* 00005CF4-000064C0 .text useHeapInit__FP9bmd_class */ -s32 useHeapInit(bmd_class* i_this) { +BOOL useHeapInit(bmd_class* i_this) { J3DModelData* pJVar2; mDoExt_McaMorf* morf; J3DAnmTevRegKey* pJVar5; @@ -1861,7 +1861,7 @@ s32 useHeapInit(bmd_class* i_this) { /* 00006508-00006528 .text solidHeapCB__FP10fopAc_ac_c */ static BOOL solidHeapCB(fopAc_ac_c* a_this) { bmd_class* i_this = (bmd_class*)a_this; - useHeapInit(i_this); + return useHeapInit(i_this); } /* 00006528-00006908 .text daBmd_Create__FP10fopAc_ac_c */ |
