Skip to content

Commit

Permalink
coll progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko committed Feb 23, 2025
1 parent 7276251 commit bf9ed2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ghidra/COLL.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,9 @@ void FUN_8001d610(int param_1,int param_2)
// 1F8001CC
// number of BSP instanceHitbox collided with
iVar1 = *(int *)(param_2 + 0xc4) + -1;
if (-1 < iVar1) {

if (-1 < iVar1)
{
iVar2 = iVar1 * 4 + param_2;
do
{
Expand Down

0 comments on commit bf9ed2e

Please sign in to comment.