This commit is contained in:
Elliptic Ellipsis 2022-03-20 15:51:31 +00:00
parent cbb3beaa45
commit 09e88b512c
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ u32 sub_0804A044(Entity* entA, Entity* entB, u32 arg2) {
flags |= 8;
}
//! @bug flags & 5 can never equal 0xA
if (flags && ((flags & 5) != 0xA)) {
layer = GetLayerByIndex(entA->collisionLayer);
if (xDiff < 0) {