From 845be15439293cf80c97827baf2980961dccee36 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 28 Aug 2026 11:19:00 -0400 Subject: [PATCH] follow-up: stale comment removed altogether The external reference was moved out of files.c elsewhere, so the comment was no longer accurate. --- src/sounds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sounds.c b/src/sounds.c index 999574562..224eeb5b3 100644 --- a/src/sounds.c +++ b/src/sounds.c @@ -1538,7 +1538,7 @@ tiphat(void) return res; } -char *sounddir = 0; /* set in files.c */ +char *sounddir = 0; #ifdef USER_SOUNDS