mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 22:10:59 -04:00
Silence unused param warnings for IsDelete functions
This commit is contained in:
@@ -82,6 +82,7 @@ static BOOL dThunder_Execute(dThunder_c* i_this) {
|
||||
|
||||
/* 80198AB4-80198ABC .text dThunder_IsDelete__FP10dThunder_c */
|
||||
static BOOL dThunder_IsDelete(dThunder_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user