- fixed: The UDMF blockfloaters flag was misnamed. Changed to match the spec.
SVN r2037 (trunk)
This commit is contained in:
parent
b0b80f6996
commit
611834ea2a
3 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue