- Added ML_BLOCKUSE line flag, accessible through UDMF and Line_SetBlocking.

SVN r1561 (trunk)
This commit is contained in:
Christoph Oelckers 2009-04-28 20:53:07 +00:00
commit 3bbef315f6
7 changed files with 17 additions and 3 deletions

View file

@ -3636,7 +3636,7 @@ bool P_UseTraverse(AActor *usething, fixed_t endx, fixed_t endy, bool &foundline
if (in->d.line->special == 0 || !(in->d.line->activation & (SPAC_Use|SPAC_UseThrough)))
{
blocked:
if (in->d.line->flags & ML_BLOCKEVERYTHING)
if (in->d.line->flags & (ML_BLOCKEVERYTHING|ML_BLOCKUSE))
{
open.range = 0;
}