diff options
| author | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-05-23 11:53:03 -0600 |
|---|---|---|
| committer | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-05-23 11:53:03 -0600 |
| commit | db68d0b1c53bd9e627c0b343870bd0633bf782d4 (patch) | |
| tree | 88477098a1c71fda6813455e2e1a3c675ebb3da7 /src/actors/trees/render.inc.c | |
| parent | ba9af8e063b0963d06c667ddf04d8cefbf50dbb4 (diff) | |
Track unique_ptr : This probably compiles
Diffstat (limited to 'src/actors/trees/render.inc.c')
| -rw-r--r-- | src/actors/trees/render.inc.c | 2 |
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); } } |
