mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-29 16:32:58 -04:00
Silence unused param warnings for IsDelete functions
This commit is contained in:
@@ -753,6 +753,7 @@ BOOL daObjBarrel::Method::Draw(void* i_this) {
|
||||
|
||||
/* 000024A8-000024B0 .text IsDelete__Q211daObjBarrel6MethodFPv */
|
||||
BOOL daObjBarrel::Method::IsDelete(void* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user