diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-06-07 20:19:39 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-07 20:19:39 -0600 |
| commit | 8d0b5307dcce1bfbd6f4e46e3845ada02521f76c (patch) | |
| tree | a434ddc16aed79ecaabb52b81fd329020c102676 /src/engine/objects | |
| parent | ffc208c55a8d5c0329a68a0cc2da8c0c0265f71b (diff) | |
Update GrandPrixBalloons.cpp
Diffstat (limited to 'src/engine/objects')
| -rw-r--r-- | src/engine/objects/GrandPrixBalloons.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/engine/objects/GrandPrixBalloons.cpp b/src/engine/objects/GrandPrixBalloons.cpp index 2bd58ef13..1315589f2 100644 --- a/src/engine/objects/GrandPrixBalloons.cpp +++ b/src/engine/objects/GrandPrixBalloons.cpp @@ -35,7 +35,6 @@ OGrandPrixBalloons::OGrandPrixBalloons(const FVector& pos) { find_unused_obj_index(&gObjectParticle3[i]); init_object(gObjectParticle3[i], 0); } - // printf("primAlfa %d\n", object->primAlpha); } void OGrandPrixBalloons::Tick() { @@ -243,4 +242,4 @@ void OGrandPrixBalloons::func_80041480(s16* arg0, s16 arg1, s16 arg2, s16* arg3) *arg0 = arg1; *arg3 = -*arg3; } -}
\ No newline at end of file +} |
