FrenkelS / Doom8088

Doom for 16-bit DOS computers
GNU General Public License v2.0
140 stars 5 forks source link

render issues #16

Closed FrenkelS closed 10 months ago

FrenkelS commented 10 months ago

Frames are rendered differently between the 16-bit version and the 32-bit version.

This is frame 44 of demo3. The shotgun shells are one column bigger in the 32-bit version. wc16 wc32

FrenkelS commented 10 months ago

the compare function for qsort truncated an int32_t to int16_t