Silence unused param warnings for IsDelete functions

This commit is contained in:
LagoLunatic
2026-08-16 12:20:21 -04:00
parent 150819d7ed
commit 2d094c263e
123 changed files with 241 additions and 118 deletions
+1
View File
@@ -656,6 +656,7 @@ static BOOL daNpc_Btsw2_Draw(daNpc_Btsw2_c* i_this) {
/* 00001FEC-00001FF4 .text daNpc_Btsw2_IsDelete__FP13daNpc_Btsw2_c */
static BOOL daNpc_Btsw2_IsDelete(daNpc_Btsw2_c* i_this) {
UNUSED(i_this);
return TRUE;
}