Skip to content

Commit

Permalink
particle progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko committed Apr 14, 2024
1 parent ad7c3a5 commit 8f74006
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ghidra/Particles.c
Original file line number Diff line number Diff line change
Expand Up @@ -646,9 +646,11 @@ void FUN_8003f590(int param_1,int *param_2)
iVar8 = *(int *)(iVar8 + iVar18 * 4 + 0x14);
param_2[2] = iVar8;
}
iVar18 = 0;

iVar18 = 0;

if (iVar8 != 0) {
if (iVar8 != 0)
{
uVar3 = *(ushort *)((int)param_2 + 0x12);
uVar26 = (uint)uVar3;
iVar11 = param_2[9] >> 6;
Expand Down

0 comments on commit 8f74006

Please sign in to comment.