mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-06 02:38:11 -04:00
Silence unused param warnings for IsDelete functions
This commit is contained in:
@@ -697,6 +697,7 @@ BOOL Mthd_Draw(void* i_this) {
|
||||
|
||||
/* 00002A80-00002A88 .text Mthd_IsDelete__25@unnamed@d_a_obj_hha_cpp@FPv */
|
||||
BOOL Mthd_IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user