summaryrefslogtreecommitdiff
path: root/src/strife/p_switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_switch.c')
-rw-r--r--src/strife/p_switch.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/strife/p_switch.c b/src/strife/p_switch.c
index b8d29e72..2dd3af62 100644
--- a/src/strife/p_switch.c
+++ b/src/strife/p_switch.c
@@ -268,10 +268,9 @@ P_ChangeSwitchTexture
//
// P_MoveWall
//
-// villsa [STRIFE]
+// villsa [STRIFE] New function.
// Dynamically move a solid line. Unused in Strife
//
-
static void P_MoveWall(line_t *line, mobj_t *thing)
{
vertex_t *v2;
@@ -281,7 +280,7 @@ static void P_MoveWall(line_t *line, mobj_t *thing)
v1 = line->v1;
v2 = line->v2;
- //S_StartSound(thing, sfx_stnmov); [STRIFE] TODO - add sound
+ S_StartSound(thing, sfx_stnmov);
if (line->dx)
{