Investigated PVS report for g_target and simplified the activator checking

This commit is contained in:
BjossiAlfreds 2019-09-23 21:48:23 +00:00
parent 5cd2216daa
commit 32419b8d3f
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ SP_target_explosion(edict_t *ent)
void
use_target_changelevel(edict_t *self, edict_t *other, edict_t *activator)
{
if (!self || !other || !activator)
if (!self || !other)
{
return;
}