- 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

@ -633,6 +633,10 @@ struct UDMFParser
Flag(ld->flags, ML_BLOCKPROJECTILE, key);
break;
case NAME_blockuse:
Flag(ld->flags, ML_BLOCKUSE, key);
break;
default:
break;
}