shithub: duke3d

Download patch

ref: 8d351b307eaa85ea960760c04e5abb66ac2dd414
parent: 7452a103459552db9cd7ae29060228e8cc9112c2
parent: 8ca154ac04adfa46d236798c5b1ca8223b82d386
author: Tanguy Fautre <[email protected]>
date: Sat Feb 15 14:41:27 EST 2020

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

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