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 40e1292 commit b9d3f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghidra/Particles.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ void FUN_8003eefc(int **param_1,int **param_2)
// particle->next
ppiVar12 = (int **)*param_2;

// reduce life by one frame
// framesLeftInLife -= 1
*(short *)(param_2 + 4) = sVar3 + -1;

// if particle is dead
Expand Down

0 comments on commit b9d3f8f

Please sign in to comment.