This commit is contained in:
Christoph Oelckers 2014-07-26 10:17:47 +02:00
commit 79f3984346
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}