mirror of
https://github.com/yquake2/rogue.git
synced 2024-11-10 14:52:05 +00:00
Investigated PVS report for g_utils and removed dead if-block
This commit is contained in:
parent
03800dfcd5
commit
d72d5ba9e8
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue