shithub: duke3d

Download patch

ref: 2138873185eb82ef50e89b0229c5f12576b09083
parent: f335ef756332c94623c3f13fb712376366aea8a7
parent: b5950693c004b9d2024c078b8c957c3139c5abff
author: Tanguy Fautre <tanguy@fautre.com>
date: Sun Feb 16 07:58:44 EST 2020

Merge branch 'master' of https://github.com/GPSnoopy/chocolate_duke3D

--- a/README.md
+++ b/README.md
@@ -21,9 +21,10 @@
 
 ### Known Issues
 
-* Save games are not compatible between 32-bit and 64-bit (due to `struct weaponhit`).
+* Save games are not compatible between 32-bit and 64-bit (due to serialization of `intptr_t` values).
 * Linux: MIDI does not play (vcpkg does not configure sdl2-mixer for it).
 * Engine: Leaning left/right falls back to low-res rendering.
+* Engine: minimap has rendering glitches when fully-textured.
 
 ## Requirements