Page 1 of 1

[g2.2pre-834] Sector_Set3dFloor FF_FADEWALLS flag is broken

Posted: Thu Mar 17, 2016 21:07
by MaxED
In zdoom-2.9pre-437, floor, ceiling and walls below the extrafloor with the FF_FADEWALLS flag are fogged (can we has this behaviour everywhere, regardless of which implementation was the first/more important/whatever?..).
In gzdoom-g2.2pre-834 only floor and walls are fogged.
In gzdoom-g1.10pre only walls are fogged.

Re: [g2.2pre-834] Sector_Set3dFloor FF_FADEWALLS flag is bro

Posted: Thu Mar 17, 2016 21:17
by Graf Zahl
Surely it should work like that - but making it work consistently will necessitate some refactoring of the internal colormap structure - which at the moment makes its 'fade' entry double as both blend and fog value - and this is creating problems now.