mirror of
https://github.com/rehlds/rehlds.git
synced 2024-12-29 08:05:50 +03:00
PF_sound_I: fix formatting
This commit is contained in:
parent
0fed5b8038
commit
478f338e37
@ -317,7 +317,7 @@ void EXT_FUNC PF_sound_I(edict_t *entity, int channel, const char *sample, float
|
|||||||
#else
|
#else
|
||||||
if (volume < 0.0 || volume > 255.0)
|
if (volume < 0.0 || volume > 255.0)
|
||||||
#endif
|
#endif
|
||||||
Sys_Error("%s: volume = %i", __func__, volume);
|
Sys_Error("%s: volume = %f", __func__, volume);
|
||||||
if (attenuation < 0.0 || attenuation > 4.0)
|
if (attenuation < 0.0 || attenuation > 4.0)
|
||||||
Sys_Error("%s: attenuation = %f", __func__, attenuation);
|
Sys_Error("%s: attenuation = %f", __func__, attenuation);
|
||||||
if (channel < 0 || channel > 7)
|
if (channel < 0 || channel > 7)
|
||||||
|
Loading…
Reference in New Issue
Block a user