mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'colormap-overhaul' into colormap-overhaul-change-ldef
This commit is contained in:
commit
67d3b713a2
1 changed files with 1 additions and 1 deletions
|
|
@ -537,7 +537,7 @@ static extracolormap_t *GetNetColormapFromList(UINT32 index)
|
||||||
// entries in net_colormaps. At this point, we don't know
|
// entries in net_colormaps. At this point, we don't know
|
||||||
// what the total colormap count is
|
// what the total colormap count is
|
||||||
if (index >= numsectors*3) // if every sector had a unique colormap change AND a fade thinker which has two colormap entries
|
if (index >= numsectors*3) // if every sector had a unique colormap change AND a fade thinker which has two colormap entries
|
||||||
I_Error("Colormap %d from server is too high for sectors %d", index, numsectors);
|
I_Error("Colormap %d from server is too high for sectors %d", index, (UINT32)numsectors);
|
||||||
|
|
||||||
// our index doesn't exist, so just make the entry
|
// our index doesn't exist, so just make the entry
|
||||||
for (; i <= index; i++)
|
for (; i <= index; i++)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue