mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Musictest regardless of backend
No reason not to validate these in all cases
This commit is contained in:
parent
e82a626d45
commit
e65b6c8390
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue