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); } }