Light flicker code ignored sector brightness limit

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
Edward-san
Posts: 1774
Joined: Sat Oct 17, 2009 9:40 am

Light flicker code ignored sector brightness limit

Post by Edward-san »

See this pull request for details.
Edward-san
Posts: 1774
Joined: Sat Oct 17, 2009 9:40 am

Re: Light flicker code ignored sector brightness limit

Post by Edward-san »

Try this example wad. There's a switch behind the player which activates the light flicker. Without the fix, the flicker goes only once, then it's fullbright.

arg1 is set to 65536, which is converted to 0 in short int, leading to a maxlight value less than the minlight value.
Attachments
light_flicker_range.wad
(1.43 KiB) Downloaded 29 times
Post Reply

Return to “Closed Bugs [GZDoom]”