Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dq_shared.h939 #define MAX_AMBIENT_SETS 256 //rww - ambient soundsets must be sent over in config strings. macro
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dbg_public.h125 #define CS_SIEGE_STATE (CS_AMBIENT_SET+MAX_AMBIENT_SETS)
H A Dg_spawn.c1538 if (countedSets >= MAX_AMBIENT_SETS) in G_PrecacheSoundsets()
H A Dg_utils.c166 return G_FindConfigstringIndex (name, CS_AMBIENT_SET, MAX_AMBIENT_SETS, qtrue); in G_SoundSetIndex()
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_main.c512 for ( i = 1 ; i < MAX_AMBIENT_SETS ; i++ ) { in CG_AS_Register()