mirror of
https://github.com/zeldaret/tp
synced 2026-06-13 22:15:43 -04:00
Use composition instead of inheritance for most f_op classes (#2700)
This commit is contained in:
@@ -71,7 +71,7 @@ int daObjTMoon_c::execute() {
|
||||
} else if ((field_0x574 != 0x3ff) &&
|
||||
(dComIfGs_isEventBit(dSv_event_flag_c::saveBitLabels[field_0x574])))
|
||||
{
|
||||
fopDwTg_ToDrawQ(&draw_tag, fpcLf_GetPriority(this));
|
||||
fopDwTg_ToDrawQ(&draw_tag, fpcM_DrawPriority(this));
|
||||
return 1;
|
||||
}
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user