shithub: duke3d

Download patch

ref: b5950693c004b9d2024c078b8c957c3139c5abff
parent: f3386e9a62033f7078a86c365364348f7fe00318
author: Tanguy Fautre <GPSnoopy@users.noreply.github.com>
date: Sat Feb 15 18:39:02 EST 2020

Updated known issues.

--- 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
 
--