mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-17 17:11:19 +00:00
- removed useless assertions
https://forum.zdoom.org/viewtopic.php?t=64616#p1103673
This commit is contained in:
parent
7298ba2707
commit
6f68356e44
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue