mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Merge branch 'upstream' of https://github.com/Edward850/zdoom
This commit is contained in:
commit
79f3984346
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue