Use NULL macro in asserts, fix NULL macro to match

This commit is contained in:
LagoLunatic
2024-06-22 11:07:16 -04:00
parent c836c5ca1f
commit f9d40ebad8
159 changed files with 462 additions and 462 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
/* 80068510-800685F8 .text getJointMtx__10daBranch_cFPCc */
MtxP daBranch_c::getJointMtx(const char* jointName) {
JUT_ASSERT(22, mModel[0] != 0);
JUT_ASSERT(22, mModel[0] != NULL);
JUTNameTab* nameTable = mModel[0]->getModelData()->getJointName();
u16 jointNum = mModel[0]->getModelData()->getJointNum();
if (nameTable == NULL || jointNum == 0) {