- Give actors modified via Dehacked than CANUSEWALLS flag, whether they look like monsters
at first glance or not. SVN r3386 (trunk)
This commit is contained in:
parent
22dfc82338
commit
77a4b9a29b
2 changed files with 8 additions and 2 deletions
|
|
@ -313,7 +313,7 @@ bool P_TestActivateLine (line_t *line, AActor *mo, int side, int activationType)
|
|||
{
|
||||
lineActivation |= SPAC_Cross|SPAC_MCross;
|
||||
}
|
||||
if (activationType ==SPAC_Use || activationType == SPAC_UseBack)
|
||||
if (activationType == SPAC_Use || activationType == SPAC_UseBack)
|
||||
{
|
||||
if (!P_CheckSwitchRange(mo, line, side))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue