From 9ba37ea8c3937b0d68da08f2da25beef55cee5e8 Mon Sep 17 00:00:00 2001 From: NepDisk <16447892+NepDisk@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:53:52 -0400 Subject: [PATCH] Make this sonic death sound --- src/sdl/i_system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl/i_system.c b/src/sdl/i_system.c index f3c5b9fa2..691aaab28 100644 --- a/src/sdl/i_system.c +++ b/src/sdl/i_system.c @@ -1964,7 +1964,7 @@ void I_Error(const char *error, ...) { // This makes crashes funnier by stimulating the funnicampus of the brain S_StopSounds(); - S_StartSound(NULL, sfx_etexpl); + S_StartSound(NULL, sfx_s3k35); } shutdowning = true;