- added ML_BLOCKPROJECTILE flag to lines.

SVN r1440 (trunk)
This commit is contained in:
Christoph Oelckers 2009-02-22 15:39:42 +00:00
commit 613ae5e022
7 changed files with 49 additions and 4 deletions

View file

@ -628,6 +628,10 @@ struct UDMFParser
Flag(ld->flags, ML_FIRSTSIDEONLY, key);
break;
case NAME_blockprojectiles:
Flag(ld->flags, ML_BLOCKPROJECTILE, key);
break;
default:
break;
}