mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Temporarily use patch_next.pk3 instead of patch.pk3
This commit is contained in:
parent
076ac62dc2
commit
b0bf2cd071
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue