mirror of https://github.com/zeldaret/tmc.git
Mark bug
This commit is contained in:
parent
cbb3beaa45
commit
09e88b512c
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue