Temporarily use patch_next.pk3 instead of patch.pk3

This commit is contained in:
LJ Sonic 2021-02-13 19:16:05 +01:00
parent 076ac62dc2
commit b0bf2cd071
2 changed files with 2 additions and 1 deletions

View file

@ -990,7 +990,7 @@ static void IdentifyVersion(void)
#ifdef USE_PATCH_DTA #ifdef USE_PATCH_DTA
// Add our crappy patches to fix our bugs // Add our crappy patches to fix our bugs
D_AddFile(startupwadfiles, va(pandf,srb2waddir,"patch.pk3")); D_AddFile(startupwadfiles, va(pandf,srb2waddir,"patch_next.pk3"));
#endif #endif
#if !defined (HAVE_SDL) || defined (HAVE_MIXER) #if !defined (HAVE_SDL) || defined (HAVE_MIXER)

View file

@ -1222,6 +1222,7 @@ void PT_FileFragment(void)
&& strcmp(filename, "zones.pk3") && strcmp(filename, "zones.pk3")
&& strcmp(filename, "player.dta") && strcmp(filename, "player.dta")
&& strcmp(filename, "patch.pk3") && strcmp(filename, "patch.pk3")
&& strcmp(filename, "patch_next.pk3")
&& strcmp(filename, "music.dta") && strcmp(filename, "music.dta")
)) ))
I_Error("Tried to download \"%s\"", filename); I_Error("Tried to download \"%s\"", filename);