SVN r3387 (trunk)

This commit is contained in:
Randy Heit 2012-02-26 00:13:59 +00:00
parent 77a4b9a29b
commit cf0f0b964a

View file

@ -113,6 +113,7 @@ Note: All <bool> fields default to false unless mentioned otherwise.
blockprojectiles = <bool>;// Line blocks all projectiles
blockuse = <bool>; // Line blocks all use actions
blocksight = <bool>; // Line blocks monster line of sight
locknumber = <int>; // Line special is locked
arg0str = <string>; // Alternate string-based version of arg0
* Note about arg0str
@ -312,6 +313,9 @@ Added Sector_Set3DFloor to list of specials that need to be handled for line ID
Added arg0str linedef property.
Standardized whitespace.
1.19 24.02.2012
Added back locknumber property.
===============================================================================
EOF
===============================================================================