From b0bf2cd071d1e5f0083572a0cfac4beacea458b6 Mon Sep 17 00:00:00 2001 From: LJ Sonic Date: Sat, 13 Feb 2021 19:16:05 +0100 Subject: [PATCH] Temporarily use patch_next.pk3 instead of patch.pk3 --- src/d_main.c | 2 +- src/d_netfil.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/d_main.c b/src/d_main.c index a89f4ed2d..42c1614dd 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -990,7 +990,7 @@ static void IdentifyVersion(void) #ifdef USE_PATCH_DTA // 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 #if !defined (HAVE_SDL) || defined (HAVE_MIXER) diff --git a/src/d_netfil.c b/src/d_netfil.c index 8f661bb5f..6f497df38 100644 --- a/src/d_netfil.c +++ b/src/d_netfil.c @@ -1222,6 +1222,7 @@ void PT_FileFragment(void) && strcmp(filename, "zones.pk3") && strcmp(filename, "player.dta") && strcmp(filename, "patch.pk3") + && strcmp(filename, "patch_next.pk3") && strcmp(filename, "music.dta") )) I_Error("Tried to download \"%s\"", filename);