d_a_himo2 - 94% matching ( + misc. cleanup) (#866)

Co-authored-by: ‎ ‎ ‎ <‎ ‎ ‎>
This commit is contained in:
123456789758
2025-08-25 19:01:22 -04:00
committed by GitHub
parent 1b49cb3ce0
commit f989efc581
10 changed files with 1824 additions and 103 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ static cPhs_State daFf_Create(fopAc_ac_c* i_this) {
int uVar1 = fopAcM_GetParam(a_this) & 0xFF;
if (uVar1 != 0) {
fopAcM_SetParam(a_this, fopAcM_GetParam(a_this) & 0xFF00);
for (int iVar7 = 0; iVar7 < uVar1; iVar7 = iVar7 + 1) {
for (int i = 0; i < uVar1; i++) {
fopAcM_prm_class* pfVar4 = fopAcM_CreateAppend();
pfVar4->base.position.x = a_this->current.pos.x + cM_rndFX(500.0f);
pfVar4->base.position.y = a_this->current.pos.y;