Skip to content

Commit

Permalink
Sneaky __debugbreak
Browse files Browse the repository at this point in the history
  • Loading branch information
pskelton committed Nov 6, 2023
1 parent dd7a477 commit a980b65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Engine/Graphics/Collisions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,6 @@ void ProcessPartyCollisionsBLV(int sectorId, int min_party_move_delta_sqr, int *
if (adjusted_floor_z == -30000 || adjusted_floor_z - pParty->pos.z > 128) {
// intended world position isnt valid so dont move there
int testadjusted_floor_z = GetIndoorFloorZ(pParty->pos.toInt(), &collision_state.uSectorID, faceId);
if (*faceId == -1) __debugbreak();
return; // TODO: whaaa?
}

Expand Down

0 comments on commit a980b65

Please sign in to comment.