shithub: duke3d

Download patch

ref: b3de9147fd1261573e9b9014f081bf960ebd7903
parent: 75c1e7929008b37fb05640fa9720e5693b532043
author: Tanguy Fautre <tanguy@fautre.com>
date: Tue Feb 18 15:30:57 EST 2020

Updated README.

--- a/README.md
+++ b/README.md
@@ -17,11 +17,10 @@
 * Ported to SDL2.
 * Ported to vcpkg and CMake.
 * Added continuous integration (via GitHub Actions).
-* Added 64-bit support.
+* Added 64-bit support (savegames are compatible between 32-bit and 64-bit).
 
 ### Known Issues
 
-* 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.