From: nhmall Date: Fri, 27 Jan 2023 06:29:09 +0000 (-0500) Subject: paste error X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42171ca07075f05a5cde096eedbdc2889a26edbf;p=nethack paste error --- diff --git a/include/sndprocs.h b/include/sndprocs.h index 691fc6de1..9abde73a1 100755 --- a/include/sndprocs.h +++ b/include/sndprocs.h @@ -450,12 +450,6 @@ SoundAchievement(0, sa2_xpleveldown, level); /* void (*sound_achievement)(schar, schar, int32_t); */ -#define SoundAchievement(arg1, arg2, aflags) \ - do { \ - if (soundprocs.sound_achievement \ - && ((soundprocs.sndcap & SNDCAP_ACHIEVEMENTS) != 0)) \ - (*soundprocs.sound_achievement)((arg1), (arg2), (aflags)); \ - } while(0) #else #ifdef SND_LIB_INTEGRATED #undef SND_LIB_INTEGRATED