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
@@ -213,7 +213,7 @@ namespace daObjPaper {
void daObjPaper::Act_c::mode_talk2() {
if (mpMsg->mStatus == fopMsgStts_BOX_CLOSED_e) {
mpMsg->mStatus = fopMsgStts_MSG_DESTROYED_e;
mpMsg = 0;
mpMsg = NULL;
mMsgId = fpcM_ERROR_PROCESS_ID_e;
dComIfGp_event_reset();