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

Load TRNSLATE files from folders

parent e0749737
No related branches found
No related tags found
2 merge requests!2370Load TRNSLATE files from folders,!2355fix newer versions of mixerx
Pipeline #2693 passed
......@@ -1168,6 +1168,7 @@ UINT16 W_InitFolder(const char *path, boolean mainfile, boolean startup)
numwadfiles++;
W_ReadFileShaders(wadfile);
W_LoadTrnslateLumps(numwadfiles - 1);
W_LoadDehackedLumpsPK3(numwadfiles - 1, mainfile);
W_InvalidateLumpnumCache();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment