mirror of
https://github.com/yquake2/rogue.git
synced 2025-04-19 08:41:27 +00:00
Investigated PVS report for g_target and simplified the activator checking
This commit is contained in:
parent
5cd2216daa
commit
32419b8d3f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue