mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Use NULL instead of 0
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user