mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
fix macbeth Boulders
This commit is contained in:
parent
6185b5b48f
commit
01d6f92bd0
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user