- add alpha property to sector_t::splane. Not used yet.
SVN r2992 (trunk)
This commit is contained in:
parent
c31c4755fa
commit
492bead360
4 changed files with 23 additions and 3 deletions
|
|
@ -1420,7 +1420,8 @@ void P_LoadSectors (MapData * map)
|
|||
ss->nextsec = -1; //jff 2/26/98 add fields to support locking out
|
||||
ss->prevsec = -1; // stair retriggering until build completes
|
||||
|
||||
// killough 3/7/98:
|
||||
ss->SetAlpha(sector_t::ceiling, FRACUNIT);
|
||||
ss->SetAlpha(sector_t::ceiling, FRACUNIT);
|
||||
ss->SetXScale(sector_t::floor, FRACUNIT); // [RH] floor and ceiling scaling
|
||||
ss->SetYScale(sector_t::floor, FRACUNIT);
|
||||
ss->SetXScale(sector_t::ceiling, FRACUNIT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue