mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-01 17:01:24 +00:00
Merge branch 'tweakmaps' into 'master'
Tweakmaps! See merge request KartKrew/Kart!391
This commit is contained in:
commit
bf77c826cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue