Home
last modified time | relevance | path

Searched refs:SND_VOLUME (Results 1 – 6 of 6) sorted by relevance

/external/quake/quake/src/WinQuake/
Dprotocol.h61 #define SND_VOLUME (1<<0) // a byte macro
Dsv_main.cpp156 field_mask |= SND_VOLUME; in SV_StartSound()
163 if (field_mask & SND_VOLUME) in SV_StartSound()
Dcl_parse.cpp113 if (field_mask & SND_VOLUME) in CL_ParseStartSoundPacket()
/external/quake/quake/src/QW/client/
Dprotocol.h205 #define SND_VOLUME (1<<15) // a byte macro
Dcl_parse.c799 if (channel & SND_VOLUME) in CL_ParseStartSoundPacket()
/external/quake/quake/src/QW/server/
Dsv_send.c400 channel |= SND_VOLUME; in SV_StartSound()
417 if (channel & SND_VOLUME) in SV_StartSound()