summaryrefslogtreecommitdiff
path: root/src/strife/p_plats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_plats.c')
-rw-r--r--src/strife/p_plats.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/strife/p_plats.c b/src/strife/p_plats.c
index 5d10670d..51424760 100644
--- a/src/strife/p_plats.c
+++ b/src/strife/p_plats.c
@@ -136,6 +136,9 @@ void T_PlatRaise(plat_t* plat)
plat->status = down;
S_StartSound(&plat->sector->soundorg,sfx_pstart);
}
+
+ case in_stasis:
+ break;
}
}