Make this sonic death sound

This commit is contained in:
NepDisk 2024-08-21 16:53:52 -04:00
parent 496fa40d0e
commit 9ba37ea8c3

View file

@ -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;