- added new sector special 195 to set the 'hidden' sector flag in non-UDMF maps.
SVN r2637 (trunk)
This commit is contained in:
parent
d4b03e2b77
commit
c304b39ecc
4 changed files with 14 additions and 4 deletions
|
|
@ -1104,6 +1104,11 @@ void P_SpawnSpecials (void)
|
|||
0, -1, int(sector-sectors), 0);
|
||||
break;
|
||||
|
||||
case Sector_Hidden:
|
||||
sector->MoreFlags |= SECF_HIDDEN;
|
||||
sector->special &= 0xff00;
|
||||
break;
|
||||
|
||||
default:
|
||||
if ((sector->special & 0xff) >= Scroll_North_Slow &&
|
||||
(sector->special & 0xff) <= Scroll_SouthWest_Fast)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue