mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-30 08:44:31 +00:00
engine: server: do not apply sound precache check for sentences, as they may start with 0 index
This commit is contained in:
parent
07afbd64d4
commit
cd813bbfbe
@ -2091,12 +2091,12 @@ int SV_BuildSoundMsg( sizebuf_t *msg, edict_t *ent, int chan, const char *sample
|
|||||||
// precache_sound can be used twice: cache sounds when loading
|
// precache_sound can be used twice: cache sounds when loading
|
||||||
// and return sound index when server is active
|
// and return sound index when server is active
|
||||||
sound_idx = SV_SoundIndex( sample );
|
sound_idx = SV_SoundIndex( sample );
|
||||||
}
|
|
||||||
|
|
||||||
if( !sound_idx )
|
if( !sound_idx )
|
||||||
{
|
{
|
||||||
Con_Printf( S_ERROR "SV_StartSound: %s not precached (%d)\n", sample, sound_idx );
|
Con_Printf( S_ERROR "SV_StartSound: %s not precached (%d)\n", sample, sound_idx );
|
||||||
return 0;
|
return 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
spawn = FBitSet( flags, SND_RESTORE_POSITION ) ? false : true;
|
spawn = FBitSet( flags, SND_RESTORE_POSITION ) ? false : true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user