mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
Remove unused check.
This commit is contained in:
parent
1866872887
commit
a9796904ec
@ -1176,7 +1176,7 @@ int SENTENCEG_PlayRndI(edict_t *entity, int isentenceg,
|
||||
name[0] = 0;
|
||||
|
||||
ipick = USENTENCEG_Pick(isentenceg, name);
|
||||
if (ipick > 0 && name)
|
||||
if( ipick > 0 )
|
||||
EMIT_SOUND_DYN(entity, CHAN_VOICE, name, volume, attenuation, flags, pitch);
|
||||
return ipick;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user