2
0
mirror of https://github.com/rehlds/rehlds.git synced 2024-12-28 07:35:47 +03:00

PF_sound_I: fix formatting

This commit is contained in:
s1lentq 2021-06-19 20:30:05 +07:00
parent 0fed5b8038
commit 478f338e37

View File

@ -317,7 +317,7 @@ void EXT_FUNC PF_sound_I(edict_t *entity, int channel, const char *sample, float
#else
if (volume < 0.0 || volume > 255.0)
#endif
Sys_Error("%s: volume = %i", __func__, volume);
Sys_Error("%s: volume = %f", __func__, volume);
if (attenuation < 0.0 || attenuation > 4.0)
Sys_Error("%s: attenuation = %f", __func__, attenuation);
if (channel < 0 || channel > 7)