summaryrefslogtreecommitdiff
path: root/src/f_pc/f_pc_leaf.cpp
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2022-12-30 16:05:46 -0800
committerJasper St. Pierre <jstpierre@mecheye.net>2022-12-30 16:43:48 -0800
commit98b84ea0fa774aac34c4eb276e0fdcf3d432716b (patch)
tree76aab77a5d20d8576e1a398b0556452c4b92d1f4 /src/f_pc/f_pc_leaf.cpp
parentb45b95c3bea399defb428da0ab9bc63d51fa8df8 (diff)
f_pc_draw_priority: Type fix
Diffstat (limited to 'src/f_pc/f_pc_leaf.cpp')
-rw-r--r--src/f_pc/f_pc_leaf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f_pc/f_pc_leaf.cpp b/src/f_pc/f_pc_leaf.cpp
index 795ad16044..2602f0084c 100644
--- a/src/f_pc/f_pc_leaf.cpp
+++ b/src/f_pc/f_pc_leaf.cpp
@@ -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);
}