From 0276760a2d45dc5928e8de5cd51446af17b4dfda Mon Sep 17 00:00:00 2001 From: Edward Richardson Date: Sat, 19 Jul 2014 20:49:53 +1200 Subject: [PATCH] Animate switches when bumped --- src/p_spec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_spec.cpp b/src/p_spec.cpp index e66dc2ab4..5068cd575 100644 --- a/src/p_spec.cpp +++ b/src/p_spec.cpp @@ -252,7 +252,7 @@ bool P_ActivateLine (line_t *line, AActor *mo, int side, int activationType) if (buttonSuccess) { - if (activationType == SPAC_Use || activationType == SPAC_Impact) + if (activationType == SPAC_Use || activationType == SPAC_Impact || activationType == SPAC_Push) { P_ChangeSwitchTexture (line->sidedef[0], repeat, special); }