From 7aead98a4908811c601c04a21294c403b5313b21 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 28 Feb 2023 16:15:56 -0500 Subject: [PATCH] fix a soundeffects typo --- include/seffects.h | 1 - src/dbridge.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/seffects.h b/include/seffects.h index 99c8d4a3f..742370cfd 100644 --- a/include/seffects.h +++ b/include/seffects.h @@ -135,7 +135,6 @@ seffect(loud_crash), seffect(loud_pop), seffect(loud_splash), - seffect(lound_crash), seffect(low_buzzing), seffect(low_hum), seffect(maniacal_laughter), diff --git a/src/dbridge.c b/src/dbridge.c index 857b3f149..91817a6bb 100644 --- a/src/dbridge.c +++ b/src/dbridge.c @@ -903,7 +903,7 @@ destroy_drawbridge(coordxy x, coordxy y) } } else { /* no moat beneath */ - Soundeffect(se_lound_crash, 100); /* Deaf-aware */ + Soundeffect(se_loud_crash, 100); /* Deaf-aware */ if (cansee(x, y) || u_at(x, y)) pline_The("drawbridge disintegrates!"); else