From: nhmall Date: Fri, 3 Feb 2023 19:43:56 +0000 (-0500) Subject: another follow-up: be consistent X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5c7ca1a29210851e2c59a69791a724f7bc66872;p=nethack another follow-up: be consistent --- diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 16882f559..0cc9ace54 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1748,7 +1748,7 @@ X11: initializing the get-extended-command widget modified memory beyond what sound: add a soundlib interface that consists of a specification documented in doc/sound.txt; default 'nosound' soundlib implementation of the specification in src/sounds.c -sound: added soundlib_macsound implementation for use on macOS; the +sound: added 'macsound' soundlib implementation for use on macOS; the interface implementation resides in the objective C file sound/macsound/macsound.m; built on top of the built-in AppKit NSSound, #import , linked using -framework AppKit.