From 42171ca07075f05a5cde096eedbdc2889a26edbf Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 27 Jan 2023 01:29:09 -0500 Subject: [PATCH] paste error --- include/sndprocs.h | 6 ------ 1 file changed, 6 deletions(-) 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