Home
last modified time | relevance | path

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

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dp_ceiling.cpp39 # define SFX_CEILINGSTOP (SFX_PSTOP) macro
42 # define SFX_CEILINGSTOP (SFX_PSTOP) macro
45 # define SFX_CEILINGSTOP (SFX_NONE) macro
48 # define SFX_CEILINGSTOP (SFX_NONE) macro
110 … S_PlaneSound((Plane *)P_GetPtrp(ceiling->sector, DMU_CEILING_PLANE), SFX_CEILINGSTOP); in T_MoveCeiling()
163 … S_PlaneSound((Plane *)P_GetPtrp(ceiling->sector, DMU_CEILING_PLANE), SFX_CEILINGSTOP); in T_MoveCeiling()