mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 20:46:47 +03:00
Fix position correctors
This commit is contained in:
parent
4ff29416e1
commit
191f0171ca
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue