This commit is contained in:
Christoph Oelckers 2014-07-26 10:17:47 +02:00
commit 79f3984346

View file

@ -252,7 +252,7 @@ bool P_ActivateLine (line_t *line, AActor *mo, int side, int activationType)
if (buttonSuccess) 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); P_ChangeSwitchTexture (line->sidedef[0], repeat, special);
} }