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
@@ -13,7 +13,7 @@ void fopOvlpReq_SetPeektime(overlap_request_class*, u16);
static int fopOvlpReq_phase_Done(overlap_request_class* i_this) {
if (fpcM_Delete(i_this->mpTask) == 1) {
i_this->mpTask = 0;
i_this->mpTask = NULL;
i_this->field_0x4 = 0;
i_this->mPeektime = 0;
i_this->mIsPeek = 0;