From d1092f3ea20557993f076a80bd90ebd3042373fc Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 21 Oct 2018 00:24:07 +0000 Subject: [PATCH] Adjust release note about ADL MIDI support "adlmidi"[1] and "libADLMIDI"[2] are different projects. Only the latter is targeted by the contributed feature. Adjust the release note to use the name of the latter instead of letting readers guess which project is intended. [1]: https://github.com/bisqwit/adlmidi [2]: https://github.com/Wohlstand/libADLMIDI Reported-by: Wohlstand Fixes: a76487405cfe662c21b95f9a0aa80f9d95ec4c1d ("Make ADL MIDI runtime configurable") --- d2x-rebirth/RELEASE-NOTES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/d2x-rebirth/RELEASE-NOTES.txt b/d2x-rebirth/RELEASE-NOTES.txt index a6c216dc1..830e72263 100644 --- a/d2x-rebirth/RELEASE-NOTES.txt +++ b/d2x-rebirth/RELEASE-NOTES.txt @@ -69,8 +69,8 @@ What's new in 0.60 * Fixed original game bug that prevented markers from spinning. Markers were given a spin rate, but their type did not use that field, so they did not spin. Markers now spin, and their spin varies based on an internal identifier, so different markers will spin in different directions and orientations. * New SP (Options->Gameplay) / MP (Host Game -> Game Setup -> Advanced) options to remove the thief during level load and to restore the thief energy weapon bug. * Command line option `-tmap` was specific to SDL-only builds and had no effect in OpenGL-enabled builds. It is no longer accepted by OpenGL builds. -* Added experimental support for ADL MIDI [contributed by jpcima]. - - Users must separately install a compatible ADL MIDI library on the library search path. +* Added experimental support for libADLMIDI [contributed by jpcima]. + - Users must separately install a compatible libADLMIDI library on the library search path. * ... and many, many more bugfixes and improvements.