diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-11-09 14:43:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-09 11:43:14 -0800 |
| commit | ba7cdd4fe9919cca0419950995f6d80583299953 (patch) | |
| tree | 826e1d78d0ddbade52462db553e4fce44aa52915 /src/d/actor/d_a_obj_rotBridge.cpp | |
| parent | cefde2a42cab384221da75210601d72b5a64dcd3 (diff) | |
Debug work + some retail regalloc fixes (#2787)
* Debug work + some retail regalloc fixes
* Use AUDIO_INSTANCES in places it's missing, link d_a_e_bee
* Link m_Do_machine
* Fix clang putting other includes before the pchs
* Link some more debug TUs that already match
Diffstat (limited to 'src/d/actor/d_a_obj_rotBridge.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_rotBridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_rotBridge.cpp b/src/d/actor/d_a_obj_rotBridge.cpp index 8a49ab3b6b..f4216d8596 100644 --- a/src/d/actor/d_a_obj_rotBridge.cpp +++ b/src/d/actor/d_a_obj_rotBridge.cpp @@ -73,7 +73,7 @@ static const int l_bckIdx[] = { /* 80CBEB38-80CBECBC 000298 0184+00 1/0 0/0 0/0 .text CreateHeap__13daRotBridge_cFv */ int daRotBridge_c::CreateHeap() { J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes(l_resNameIdx[mType], l_bmdIdx[mType]); - JUT_ASSERT(216, modelData != 0); + JUT_ASSERT(216, modelData != NULL); mpModel = mDoExt_J3DModel__create(modelData, J3DMdlFlag_DifferedDLBuffer, BMD_DEFAULT_DIFF_FLAGS); if (mpModel == NULL) { |
