Home
last modified time | relevance | path

Searched refs:svc_soundlist (Results 1 – 5 of 5) sorted by relevance

/external/quake/quake/src/QW/client/
Dprotocol.h123 #define svc_soundlist 46 // [strings] macro
Dcl_demo.c469 MSG_WriteByte (&buf, svc_soundlist); in CL_Record_f()
481 MSG_WriteByte (&buf, svc_soundlist); in CL_Record_f()
Ddocs.txt84 svc_soundlist
Dcl_parse.c1349 case svc_soundlist: in CL_ParseServerMessage()
/external/quake/quake/src/QW/server/
Dsv_user.c153 MSG_WriteByte (&host_client->netchan.message, svc_soundlist); in SV_Soundlist_f()