shithub: duke3d

Download patch

ref: e4b1f02d15943e86a108e362320db3aca34ce5ef
parent: 5b087943bb253924cb93d722be795dd9b03fe0f1
parent: 9dae299d2f7ccc7206b8c05759b28913f93581ab
author: Tanguy Fautre <tanguy@fautre.com>
date: Thu Feb 27 17:20:40 EST 2020

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

--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
 * Ported to vcpkg and CMake.
 * Added continuous integration (via GitHub Actions).
 * Added 64-bit support (savegames are compatible between 32-bit and 64-bit).
-* Removed +35K lines of code (mostly from Game) of obsolete, unused methods, and other dead code paths.
+* Removed +35K lines of obsolete, unused methods, and other dead code paths (mostly from Game).
 
 ### Known Issues
 
@@ -74,7 +74,7 @@
 
 **MacOS X**
 
-Out of the box, MIDI music will play fine on MacOS X (pending [vcpkg Issue/PR #10201being merged](https://github.com/microsoft/vcpkg/pull/10201)).
+Out of the box, MIDI music will play fine on MacOS X (pending [vcpkg Issue/PR #10201](https://github.com/microsoft/vcpkg/pull/10201) being merged).
 
 ## Contributors