Merge branch 'relprep-musictest' into 'master'

Musictest regardless of backend

See merge request KartKrew/Kart!2148
This commit is contained in:
Gunla 2024-03-23 01:43:31 +00:00
commit 5652684b8b

View file

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