Merge branch 'tweakmaps' into 'master'

Tweakmaps!

See merge request KartKrew/Kart!391
This commit is contained in:
Sal 2021-02-18 18:18:36 -05:00
commit bf77c826cc

View file

@ -4013,7 +4013,7 @@ boolean P_LoadLevel(boolean fromnetsave)
I_Error("Map %s not found.\n", maplumpname);
R_ReInitColormaps(mapheaderinfo[gamemap-1]->palette,
(encoremode ? W_CheckNumForName(va("%sE", maplumpname)) : LUMPERROR));
W_CheckNumForName(va("%s%c", maplumpname, (encoremode ? 'E' : 'T'))));
CON_SetupBackColormap();
// SRB2 determines the sky texture to be used depending on the map header.