- 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:
Randy Heit 2012-02-23 03:24:13 +00:00
commit 77a4b9a29b
2 changed files with 8 additions and 2 deletions

View file

@ -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))
{