- fixed: The floor plane's alpha was not initialized.

SVN r3003 (trunk)
This commit is contained in:
Christoph Oelckers 2010-11-08 20:18:06 +00:00
parent 2fcf1af21b
commit 5e7753d7e8

View file

@ -1420,7 +1420,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);