diff --git a/source/games/sw/src/rooms.cpp b/source/games/sw/src/rooms.cpp index 458f8edf0..b29789819 100644 --- a/source/games/sw/src/rooms.cpp +++ b/source/games/sw/src/rooms.cpp @@ -162,7 +162,8 @@ FAFhitscan(int32_t x, int32_t y, int32_t z, sectortype* sect, } else { - ASSERT(true == false); + //ASSERT(true == false); // some maps in SWC20 trigger this due to poor design. + return; } } }