From acc1a959fe3c4bc5d5e91f1f31e182ff967008ca Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Thu, 1 Jul 2021 11:18:22 +0800 Subject: Fixed missing type errors when compiling libraries due to the new variable type changes --- libpsn00b/psxgpu/fntsort.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpsn00b/psxgpu/fntsort.c') diff --git a/libpsn00b/psxgpu/fntsort.c b/libpsn00b/psxgpu/fntsort.c index 3890ebb..9358793 100644 --- a/libpsn00b/psxgpu/fntsort.c +++ b/libpsn00b/psxgpu/fntsort.c @@ -1,3 +1,4 @@ +#include #include #include #include @@ -5,7 +6,7 @@ extern unsigned short _font_tpage; extern unsigned short _font_clut; -char *FntSort(unsigned int *ot, char *pri, int x, int y, const char *text) { +char *FntSort(u_long *ot, char *pri, int x, int y, const char *text) { DR_TPAGE *tpage; SPRT_8 *sprt = (SPRT_8*)pri; -- cgit v1.2.3