Skip to content
Snippets Groups Projects
Commit 6337a761 authored by Logan Aerl Arias's avatar Logan Aerl Arias
Browse files

Merge branch 'load-trnslate-in-folders' into 'next'

Load TRNSLATE files from folders

Closes #1206

See merge request STJr/SRB2!2370
parents f804ae42 37ce5b66
Branches
No related tags found
No related merge requests found
......@@ -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.
Please register or to comment