Fix position correctors

This commit is contained in:
Lwmte 2021-09-13 01:06:52 +03:00
parent 4ff29416e1
commit 191f0171ca

View file

@ -1648,7 +1648,7 @@ void GetCollisionInfo(COLL_INFO* coll, ITEM_INFO* item, PHD_VECTOR offset, int o
break;
}
}
coll->CollisionType = CT_LEFT;
return;
}
@ -1676,7 +1676,7 @@ void GetCollisionInfo(COLL_INFO* coll, ITEM_INFO* item, PHD_VECTOR offset, int o
break;
}
}
coll->CollisionType = CT_RIGHT;
return;
}
}