summaryrefslogtreecommitdiff
path: root/src/engine/objects/HotAirBalloon.cpp
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/engine/objects/HotAirBalloon.cpp
parentba9af8e063b0963d06c667ddf04d8cefbf50dbb4 (diff)
Track unique_ptr : This probably compiles
Diffstat (limited to 'src/engine/objects/HotAirBalloon.cpp')
-rw-r--r--src/engine/objects/HotAirBalloon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/objects/HotAirBalloon.cpp b/src/engine/objects/HotAirBalloon.cpp
index 4e337d98e..f1e367d8d 100644
--- a/src/engine/objects/HotAirBalloon.cpp
+++ b/src/engine/objects/HotAirBalloon.cpp
@@ -21,7 +21,7 @@ OHotAirBalloon::OHotAirBalloon(const FVector& pos) {
D_80165898 = 0;
// Spawn balloon on second lap.
- if (GetCourse() == GetLuigiRaceway()) {
+ if (IsLuigiRaceway()) {
_visible = (bool*)&D_80165898;
} else { // Spawn balloon on race start
bool mod = true;