summaryrefslogtreecommitdiff
path: root/src/actors/trees/render.inc.c
diff options
context:
space:
mode:
authorMegaMech <7255464+MegaMech@users.noreply.github.com>2025-05-23 11:53:03 -0600
committerMegaMech <7255464+MegaMech@users.noreply.github.com>2025-05-23 11:53:03 -0600
commitdb68d0b1c53bd9e627c0b343870bd0633bf782d4 (patch)
tree88477098a1c71fda6813455e2e1a3c675ebb3da7 /src/actors/trees/render.inc.c
parentba9af8e063b0963d06c667ddf04d8cefbf50dbb4 (diff)
Track unique_ptr : This probably compiles
Diffstat (limited to 'src/actors/trees/render.inc.c')
-rw-r--r--src/actors/trees/render.inc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actors/trees/render.inc.c b/src/actors/trees/render.inc.c
index cb54275c6..9939d14ef 100644
--- a/src/actors/trees/render.inc.c
+++ b/src/actors/trees/render.inc.c
@@ -202,7 +202,7 @@ void func_80299864(Camera* camera, Mat4 arg1, struct Actor* arg2) {
// Unless both courses use this actor and use the same addr for the texture.
// Just in-case changed the code into a switch to prevent future crashes.
// This comment can be removed when this is confirmed to work.
- if (GetCourse() == GetLuigiRaceway()) {
+ if (IsLuigiRaceway()) {
gSPDisplayList(gDisplayListHead++, d_course_luigi_raceway_dl_FC70);
}
}