Merge branch 'wrongfiles' into 'next'

Fix file downloader checking the old asset file names

See merge request STJr/SRB2!2596
This commit is contained in:
Lactozilla 2025-01-18 18:05:54 +00:00
commit d92e293385

View file

@ -1345,9 +1345,9 @@ void PT_FileFragment(SINT8 node, INT32 netconsole)
if (!(strcmp(filename, "srb2.pk3")
&& strcmp(filename, "zones.pk3")
&& strcmp(filename, "player.dta")
&& strcmp(filename, "characters.pk3")
&& strcmp(filename, "patch.pk3")
&& strcmp(filename, "music.dta")
&& strcmp(filename, "music.pk3")
))
I_Error("Tried to download \"%s\"", filename);