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
@@ -6237,6 +6237,7 @@ static BOOL daNpc_Md_Draw(daNpc_Md_c* i_this) {
/* 00011144-0001114C .text daNpc_Md_IsDelete__FP10daNpc_Md_c */
static BOOL daNpc_Md_IsDelete(daNpc_Md_c* i_this) {
UNUSED(i_this);
return TRUE;
}