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
+3 -3
View File
@@ -1404,9 +1404,9 @@ void daPy_lk_c::deleteEquipItem(BOOL param_1) {
mpSwordModel1 = NULL;
m3454.end();
mpSwordTipStabModel = NULL;
mpCutfBrk = 0;
mpCutfBtk = 0;
mpCutfBpk = 0;
mpCutfBrk = NULL;
mpCutfBtk = NULL;
mpCutfBpk = NULL;
offNoResetFlg1(daPyFlg1_UNK200000);
}