mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 06:41:41 +00:00
SVN r3387 (trunk)
This commit is contained in:
parent
77a4b9a29b
commit
cf0f0b964a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
===============================================================================
|
||||
|
|
Loading…
Reference in a new issue