From a529b7f1816734ec4fcb77bc449054a8bfd540dc Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Thu, 26 Jun 2025 02:55:50 +0000 Subject: [PATCH] Update render_objects.c (#376) Co-authored-by: MegaMech --- src/render_objects.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/render_objects.c b/src/render_objects.c index 50efede71..e2de16cbe 100644 --- a/src/render_objects.c +++ b/src/render_objects.c @@ -2732,9 +2732,9 @@ void func_8004EF9C(s32 arg0) { s16 temp_t0; s16 temp_v0; - temp_v0 = CM_GetProps()->Minimap.Width; - temp_t0 = CM_GetProps()->Minimap.Height; - func_8004D37C(0x00000104, 0x0000003C, CM_GetProps()->Minimap.Texture, 0x000000FF, 0x000000FF, 0x000000FF, + temp_v0 = CM_GetPropsCourseId(arg0)->Minimap.Width; + temp_t0 = CM_GetPropsCourseId(arg0)->Minimap.Height; + func_8004D37C(0x00000104, 0x0000003C, CM_GetPropsCourseId(arg0)->Minimap.Texture, 0x000000FF, 0x000000FF, 0x000000FF, 0x000000FF, temp_v0, temp_t0, temp_v0, temp_t0); }