Skip to content

Commit

Permalink
Update Collision.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MegAmi24 committed Sep 8, 2023
1 parent 20fb908 commit 8623e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RSDKv3/Collision.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2219,7 +2219,7 @@ void ObjectEntityGrip(int direction, int extendBottomCol, int effect)
}
}
else {
if (effect == 1) {
if (effect == ECEFFECT_RESETSTORAGE) {
for (int i = 0; i < COLSTORE_COUNT; i++) {
CollisionStore *entityHitbox = &collisionStorage[i];
entityHitbox->entityNo = -1;
Expand Down

0 comments on commit 8623e88

Please sign in to comment.