Fix loading paletted TGA images
cfg + dsg
cfg and save
I still see dots on dots.wad with SMALLDELTA 0
that's because of #define SMALLDELTA 0.001f in gl_intern.h you can try to replace it with #define SMALLDELTA 0.0f don't remember why 0.001 was restored 0.0 https://github.com/coelckers/prboom-plus/commit/948c28a354bf0f94fa95650bec46fbf1141a41f4 0.001 again https://github.com/coelckers/prboom-plus/commit/8ed83163272e9c8ac57585e2b4934e777cf598e2 probably not required any more
Another Segfault Crash on Big Endian machines (with patch)
Global buffer overflow in macro handling
Segfault Crash on Big Endian machines (with patch)