diff --git a/src/g_shared/p_sight.cpp b/src/g_shared/p_sight.cpp index 1e4c8155b..fda40b80c 100644 --- a/src/g_shared/p_sight.cpp +++ b/src/g_shared/p_sight.cpp @@ -845,8 +845,6 @@ int P_CheckSight (AActor *t1, AActor *t2, int flags) bool res; - assert (t1 != nullptr); - assert (t2 != nullptr); if (t1 == nullptr || t2 == nullptr) { return false;