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/engine | |
| parent | bf28a20d05d9eeca96b4ffa943a43f9f3e4ef2c1 (diff) | |
Fix error
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/objects/GrandPrixBalloons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/objects/GrandPrixBalloons.cpp b/src/engine/objects/GrandPrixBalloons.cpp index ec85ddaa4..2bd58ef13 100644 --- a/src/engine/objects/GrandPrixBalloons.cpp +++ b/src/engine/objects/GrandPrixBalloons.cpp @@ -139,7 +139,7 @@ void OGrandPrixBalloons::func_80074924(s32 objectIndex) { object = &gObjectList[objectIndex]; object->sizeScaling = 0.15f; - if (IsMarioRaceway) { + if (IsMarioRaceway()) { sp2C = random_int(0x00C8U); sp28 = random_int(_numBalloons3); sp24 = random_int(0x0096U); |
