mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-07 10:20:53 +00:00
Make this compile again
This commit is contained in:
parent
97eb011a58
commit
4007fa75d5
1 changed files with 1 additions and 1 deletions
|
@ -940,7 +940,7 @@ static void IdentifyVersion(void)
|
||||||
#ifdef USE_PATCH_KART
|
#ifdef USE_PATCH_KART
|
||||||
D_AddFile(va(pandf,srb2waddir,"patch.kart"), startupwadfiles);
|
D_AddFile(va(pandf,srb2waddir,"patch.kart"), startupwadfiles);
|
||||||
#endif
|
#endif
|
||||||
D_AddFile(va(pandf,srb2waddir,"followers.kart")); // merge this in GFX later, this is mostly to avoid uploading a MASSIVE patch.kart /gfx.kart for testing. -Lat'
|
D_AddFile(va(pandf,srb2waddir,"followers.kart"), startupwadfiles); // merge this in GFX later, this is mostly to avoid uploading a MASSIVE patch.kart /gfx.kart for testing. -Lat'
|
||||||
|
|
||||||
#if !defined (HAVE_SDL) || defined (HAVE_MIXER)
|
#if !defined (HAVE_SDL) || defined (HAVE_MIXER)
|
||||||
#define MUSICTEST(str) \
|
#define MUSICTEST(str) \
|
||||||
|
|
Loading…
Reference in a new issue