diff options
| author | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-05-23 16:01:32 -0600 |
|---|---|---|
| committer | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-05-23 16:01:32 -0600 |
| commit | d68dc0ec1262165e174ab80bd80ff7e995f41c72 (patch) | |
| tree | baa019b5df4e23b18f069b435a208c19a2b592c2 /src/actors | |
| parent | bf28a20d05d9eeca96b4ffa943a43f9f3e4ef2c1 (diff) | |
Fix error
Diffstat (limited to 'src/actors')
| -rw-r--r-- | src/actors/piranha_plant/render.inc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actors/piranha_plant/render.inc.c b/src/actors/piranha_plant/render.inc.c index 0de9d357f..ed2281095 100644 --- a/src/actors/piranha_plant/render.inc.c +++ b/src/actors/piranha_plant/render.inc.c @@ -120,7 +120,7 @@ void render_actor_piranha_plant(Camera* arg0, Mat4 arg1, struct PiranhaPlant* ar G_TX_MIRROR | G_TX_WRAP, G_TX_NOMIRROR | G_TX_CLAMP, G_TX_NOMASK, G_TX_NOMASK, G_TX_NOLOD, G_TX_NOLOD); - if (IsMarioRaceway) { + if (IsMarioRaceway()) { gSPDisplayList(gDisplayListHead++, &d_course_mario_raceway_dl_piranha_plant); } else { gSPDisplayList(gDisplayListHead++, &d_course_royal_raceway_dl_piranha_plant); |
