mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 09:56:22 +01:00
engine: sounds: remove extra logging
This commit is contained in:
parent
132c9de142
commit
21c828ee40
@ -105,7 +105,7 @@ const char *SoundList_GetRandom( enum soundlst_group_e group )
|
||||
int count = SoundList_Count( group );
|
||||
int idx = COM_RandomLong( 0, count - 1 );
|
||||
|
||||
Con_Printf( "%s: %s %d %d\n", __func__, soundlst_groups[group], count, idx );
|
||||
// Con_Printf( "%s: %s %d %d\n", __func__, soundlst_groups[group], count, idx );
|
||||
|
||||
return SoundList_Get( group, idx );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user