summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_lv4prwall.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-11-09 14:43:14 -0500
committerGitHub <noreply@github.com>2025-11-09 11:43:14 -0800
commitba7cdd4fe9919cca0419950995f6d80583299953 (patch)
tree826e1d78d0ddbade52462db553e4fce44aa52915 /src/d/actor/d_a_obj_lv4prwall.cpp
parentcefde2a42cab384221da75210601d72b5a64dcd3 (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_lv4prwall.cpp')
-rw-r--r--src/d/actor/d_a_obj_lv4prwall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_lv4prwall.cpp b/src/d/actor/d_a_obj_lv4prwall.cpp
index 43631cc6f1..c551b8be8c 100644
--- a/src/d/actor/d_a_obj_lv4prwall.cpp
+++ b/src/d/actor/d_a_obj_lv4prwall.cpp
@@ -90,7 +90,7 @@ void daObjLv4PRwall_c::setMtx() {
/* 80C68F20-80C68FA0 000300 0080+00 1/0 0/0 0/0 .text CreateHeap__16daObjLv4PRwall_cFv */
int daObjLv4PRwall_c::CreateHeap() {
J3DModelData* model_data = (J3DModelData*)dComIfG_getObjectRes(l_arcName[mType], l_bmdidx[mType]);
- JUT_ASSERT(226, model_data != 0);
+ JUT_ASSERT(226, model_data != NULL);
mpModel = mDoExt_J3DModel__create(model_data, 0x80000, 0x11000084);
if (mpModel == NULL) {