Investigated PVS report for g_utils and removed dead if-block

This commit is contained in:
BjossiAlfreds 2019-09-23 22:18:29 +00:00
parent 03800dfcd5
commit d72d5ba9e8
1 changed files with 0 additions and 5 deletions

View File

@ -285,11 +285,6 @@ G_UseTargets(edict_t *ent, edict_t *activator)
t->think = Think_Delay; t->think = Think_Delay;
t->activator = activator; t->activator = activator;
if (!activator)
{
gi.dprintf("Think_Delay with no activator\n");
}
t->message = ent->message; t->message = ent->message;
t->target = ent->target; t->target = ent->target;
t->killtarget = ent->killtarget; t->killtarget = ent->killtarget;