mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-15 08:41:59 +00:00
- 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
|
@ -1,3 +1,6 @@
|
|||
December 24, 2009 (Changes by Graf Zahl)
|
||||
- fixed: The UDMF blockfloaters flag was misnamed. Changed to match the spec.
|
||||
|
||||
December 23, 2009 (Changes by Graf Zahl)
|
||||
- made the initial weave index for A_BishopMissileWeave and A_CStaffMissileSlither
|
||||
a configurable actor property.
|
||||
|
|
|
@ -370,7 +370,7 @@ xx(Blockplayers)
|
|||
xx(Blockeverything)
|
||||
xx(Zoneboundary)
|
||||
xx(Jumpover)
|
||||
xx(Blockfloating)
|
||||
xx(Blockfloaters)
|
||||
xx(Clipmidtex)
|
||||
xx(Wrapmidtex)
|
||||
xx(Midtex3d)
|
||||
|
|
|
@ -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…
Reference in a new issue