mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-26 07:48:46 -04:00
Fix Collision issues.
This commit is contained in:
@@ -654,7 +654,9 @@ bool PlayerShot_CheckPolyCollision(PlayerShot* shot, ObjectId objId, Object* obj
|
||||
}
|
||||
return false;
|
||||
}
|
||||
// return false;
|
||||
#ifdef AVOID_UB
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
void PlayerShot_ApplyDamageToActor(PlayerShot* shot, Actor* actor, s32 hitIndex) {
|
||||
|
||||
Reference in New Issue
Block a user