diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-06-26 02:55:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-25 20:55:50 -0600 |
| commit | a529b7f1816734ec4fcb77bc449054a8bfd540dc (patch) | |
| tree | 2a7bfd67322caf4c91342b66b019d7bd48745ab9 /src/render_objects.c | |
| parent | 1b3977676fe0b33df48666d319915df748279fb8 (diff) | |
Update render_objects.c (#376)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/render_objects.c')
| -rw-r--r-- | src/render_objects.c | 6 |
1 files 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); } |
