mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 13:00:01 -04:00
Silence unused param warnings for IsDelete functions
This commit is contained in:
@@ -2462,6 +2462,7 @@ static BOOL daNpc_Os_Draw(daNpc_Os_c* i_this) {
|
||||
|
||||
/* 00006EC8-00006ED0 .text daNpc_Os_IsDelete__FP10daNpc_Os_c */
|
||||
static BOOL daNpc_Os_IsDelete(daNpc_Os_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user