- fixed: The UDMF blockfloaters flag was misnamed. Changed to match the spec.

SVN r2037 (trunk)
This commit is contained in:
Christoph Oelckers 2009-12-24 23:31:06 +00:00
commit 611834ea2a
3 changed files with 5 additions and 2 deletions

View file

@ -691,7 +691,7 @@ struct UDMFParser
Flag(ld->flags, ML_RAILING, key);
continue;
case NAME_Blockfloating:
case NAME_Blockfloaters:
CHECK_N(St | Zd | Zdt | Va)
Flag(ld->flags, ML_BLOCK_FLOATERS, key);
continue;