Home
last modified time | relevance | path

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

/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Ds_amb.c81 static ambseq_t * LevelAmbientSfx[MAX_AMBIENT_SFX]; variable
258 LevelAmbientSfx[AmbSfxCount++] = AmbientSfx[sequence]; in P_AddAmbientSfx()
326 AmbSfxPtr = LevelAmbientSfx[A_Random()%AmbSfxCount]; in P_AmbientSound()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dp_spec.cpp63 static const int *LevelAmbientSfx[MAX_AMBIENT_SFX]; variable
898 for (auto &ptr : LevelAmbientSfx) in P_DefineAmbientSfx()
928 LevelAmbientSfx[AmbSfxCount++] = seqPtr; in P_AddAmbientSfx()
994 AmbSfxPtr = LevelAmbientSfx[AmbSfxCurrentSeq = P_Random() % AmbSfxCount]; in P_AmbientSound()
/dports/games/heretic/glheretic-1.2/
H A Dp_spec.c32 int *LevelAmbientSfx[MAX_AMBIENT_SFX]; variable
1275 LevelAmbientSfx[AmbSfxCount++] = AmbientSfx[sequence]; in P_AddAmbientSfx()
1340 AmbSfxPtr = LevelAmbientSfx[P_Random()%AmbSfxCount]; in P_AmbientSound()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dp_spec.c49 int *LevelAmbientSfx[MAX_AMBIENT_SFX]; variable
1285 LevelAmbientSfx[AmbSfxCount++] = AmbientSfx[sequence]; in P_AddAmbientSfx()
1348 AmbSfxPtr = LevelAmbientSfx[P_Random() % AmbSfxCount]; in P_AmbientSound()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dp_spec.c46 int *LevelAmbientSfx[MAX_AMBIENT_SFX]; variable
1227 LevelAmbientSfx[AmbSfxCount++] = AmbientSfx[sequence]; in P_AddAmbientSfx()
1290 AmbSfxPtr = LevelAmbientSfx[P_Random() % AmbSfxCount]; in P_AmbientSound()