mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-04 03:00:47 +00:00
- fixed: The floorplane's alpha was not initialized.
git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1079 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
d7799a0d58
commit
a9e96a6315
1 changed files with 1 additions and 1 deletions
|
@ -1460,7 +1460,7 @@ 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
|
||||
|
||||
ss->SetAlpha(sector_t::ceiling, FRACUNIT);
|
||||
ss->SetAlpha(sector_t::floor, FRACUNIT);
|
||||
ss->SetAlpha(sector_t::ceiling, FRACUNIT);
|
||||
ss->SetXScale(sector_t::floor, FRACUNIT); // [RH] floor and ceiling scaling
|
||||
ss->SetYScale(sector_t::floor, FRACUNIT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue