mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 21:33:07 -04:00
Use NULL macro in asserts, fix NULL macro to match
This commit is contained in:
@@ -36,7 +36,7 @@ namespace daObjAkabe {
|
||||
if (mpBgW != NULL) {
|
||||
static const s16 dzb[4] = { AKABE_DZB_AKABE, AKABED_DZB_AKABED, AKABEK_DZB_AKABEK, NBOX_DZB_NBOX, };
|
||||
cBgD_t * bgw_data = (cBgD_t*)dComIfG_getObjectRes(M_arcname[mType], dzb[mType]);
|
||||
JUT_ASSERT(0x82, bgw_data != 0);
|
||||
JUT_ASSERT(0x82, bgw_data != NULL);
|
||||
if (!mpBgW->Set(bgw_data, cBgW::MOVE_BG_e, &mMtx))
|
||||
rt = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user