mirror of
https://github.com/zeldaret/tp
synced 2026-08-06 18:03:15 -04:00
f_pc_draw_priority: Type fix
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
//
|
||||
|
||||
/* 80021308-80021310 0008+00 s=0 e=1 z=0 None .text fpcDwPi_Get__FPC19draw_priority_class */
|
||||
s32 fpcDwPi_Get(const draw_priority_class* pDwPi) {
|
||||
s16 fpcDwPi_Get(const draw_priority_class* pDwPi) {
|
||||
return pDwPi->mPriority;
|
||||
}
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
//
|
||||
|
||||
/* 80021A00-80021A24 0024+00 s=0 e=4 z=2 None .text fpcLf_GetPriority__FPC14leafdraw_class */
|
||||
s32 fpcLf_GetPriority(const leafdraw_class* pLeaf) {
|
||||
s16 fpcLf_GetPriority(const leafdraw_class* pLeaf) {
|
||||
return fpcDwPi_Get(&pLeaf->mDwPi);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user