f_pc_draw_priority: Type fix

This commit is contained in:
Jasper St. Pierre
2022-12-30 16:05:46 -08:00
parent b45b95c3be
commit 98b84ea0fa
6 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -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;
}