Use NULL instead of 0

This commit is contained in:
LagoLunatic
2024-04-23 14:04:42 -04:00
parent 1e32c0a197
commit 12e1b800ad
16 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -673,7 +673,7 @@ u16 fopNpc_npc_c::talk(int param_1) {
}
mCurrMsgBsPcId = fopMsgM_messageSet(mCurrMsgNo, this);
mpCurrMsg = 0;
mpCurrMsg = NULL;
}
else {
if(mpCurrMsg) {