sirjuddington / SLADE

It's a Doom editor
https://slade.mancubus.net
GNU General Public License v2.0
686 stars 104 forks source link

Only check the MSB of the Jaguar sprite post for 0xFF #1591

Closed viciious closed 8 months ago

viciious commented 8 months ago

This matches behavior of Calico Doom's renderer and also adds support for lumps that contain unaligned column data, where a single post byte of 0xFF is used a post: https://github.com/team-eternity/calico-doom/blob/master/src/r_phase8.c#L39

viciious commented 8 months ago

No idea what SonarCloud's problem is