paste error

This commit is contained in:
nhmall
2023-01-27 01:29:09 -05:00
parent aee2ff57e8
commit 42171ca070

View File

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