shithub: duke3d

Download patch

ref: 8ca154ac04adfa46d236798c5b1ca8223b82d386
parent: db01eff6d98e98dbfb89990f722a95daafeb1159
author: Tanguy Fautre <[email protected]>
date: Sat Feb 15 14:39:26 EST 2020

Updated known issues.

--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
 
 ### Known Issues
 
-* 64-bit: Save games do not work.
+* Save games are not compatible between 32-bit and 64-bit (due to `struct weaponhit`).
 * Linux: MIDI does not play (vcpkg does not configure sdl2-mixer for it).
 * Engine: Leaning left/right falls back to low-res rendering.
 
@@ -38,8 +38,7 @@
 ```
 
 **Linux (GCC Makefile)** [![Linux CI Status](https://github.com/GPSnoopy/BelgianChocolateDuke3D/workflows/Linux%20CI/badge.svg)](https://github.com/GPSnoopy/BelgianChocolateDuke3D/actions?query=workflow%3A%22Linux+CI%22)
-```
-# get all native libraries needed for SDL2 in vcpkg
+```bash
 > sudo apt-get install libsdl2-mixer-dev
 > ./vcpkg_linux.sh
 > ./build_linux.sh