Musictest regardless of backend

No reason not to validate these in all cases
This commit is contained in:
Eidolon 2024-03-21 19:48:02 -05:00
parent e82a626d45
commit e65b6c8390

View file

@ -1301,8 +1301,6 @@ static void IdentifyVersion(void)
D_AddFile(startupiwads, va(pandf,srb2waddir,"staffghosts.pk3")); D_AddFile(startupiwads, va(pandf,srb2waddir,"staffghosts.pk3"));
D_AddFile(startupiwads, va(pandf,srb2waddir,"shaders.pk3")); D_AddFile(startupiwads, va(pandf,srb2waddir,"shaders.pk3"));
#if !defined (HAVE_SDL) || defined (HAVE_MIXER)
#define MUSICTEST(str) \ #define MUSICTEST(str) \
{\ {\
const char *musicpath = va(pandf,srb2waddir,str);\ const char *musicpath = va(pandf,srb2waddir,str);\
@ -1321,8 +1319,6 @@ static void IdentifyVersion(void)
MUSICTEST("altmusic.pk3") MUSICTEST("altmusic.pk3")
#undef MUSICTEST #undef MUSICTEST
#endif
} }
#ifdef DEVELOP #ifdef DEVELOP