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 29ba214 commit 7688868
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions include/namespace_Coll.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,13 @@ struct ScratchpadStruct
// 0x84
int countByOne_ForWhatReason; // ??

// 0x88 - array of BSP*
// one for each instanceHitbox collision
// 0x88
// This can happen 15 times cause of FUN_80020410,
// so this prevents any duplicate collisions
struct BSP* bspInstHitboxArr[15];

// 0xc4 (num BSP instanceHitbox collisions)
// 0xc4
int numInstHitboxesHit;

// --------

Expand Down

0 comments on commit 7688868

Please sign in to comment.