Skip to content
Snippets Groups Projects
Commit d92e2933 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Merge branch 'wrongfiles' into 'next'

Fix file downloader checking the old asset file names

See merge request STJr/SRB2!2596
parents a67a6ca3 6f1a1156
No related branches found
No related tags found
1 merge request!2596Fix file downloader checking the old asset file names
Pipeline #6682 passed
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment