d_particle work

This commit is contained in:
Jasper St. Pierre
2024-09-02 18:21:08 -07:00
parent b227970577
commit 893f6bc112
9 changed files with 236 additions and 81 deletions
+1 -1
View File
@@ -415,7 +415,7 @@ void dMagma_packet_c::update() {
/* 800767E4-80076924 .text checkYpos__15dMagma_packet_cFR4cXyz */
f32 dMagma_packet_c::checkYpos(cXyz& pos) {
/* Nonmatching */
f32 ret = -100000000.0f;
f32 ret = C_BG_INVALID_HEIGHT;
dMagma_floor_c* floor = mFloor;
for (s32 i = 0; i < (s32)ARRAY_SIZE(mFloor); floor++, i++) {
if (floor->mpBalls == NULL)