summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2024-11-23 19:50:35 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2024-11-23 19:50:35 -0300
commit01d6f92bd0522ee128a25254e04e1b85ebd9dfb8 (patch)
tree5222f8c466be7d440f0f4398c6a39bd6546b80fd /src
parent6185b5b48f5d4b087b0e7a4b75b1874313c6d211 (diff)
fix macbeth Boulders
Diffstat (limited to 'src')
-rw-r--r--src/overlays/ovl_i5/fox_ma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/overlays/ovl_i5/fox_ma.c b/src/overlays/ovl_i5/fox_ma.c
index 23b49d06..9f3823fc 100644
--- a/src/overlays/ovl_i5/fox_ma.c
+++ b/src/overlays/ovl_i5/fox_ma.c
@@ -3803,8 +3803,8 @@ void Macbeth_MaFallingBoulder_Update(MaFallingBoulder* this) {
}
Macbeth_MaBoulder_Spawn(this->obj.pos.x, this->obj.pos.y, this->obj.pos.z,
- (RAND_FLOAT(2.0f) + 20.0f) * (signed int) this->iwork[4], 0.0f,
- (signed int) this->iwork[4] * -34.0f, 0.0f, 2, 3);
+ (RAND_FLOAT(2.0f) + 20.0f) * (s32) this->iwork[4], 0.0f,
+ (s32) this->iwork[4] * -34.0f, 0.0f, 2, 3);
Object_Kill(&this->obj, this->sfxSource);
}
}