mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Init side->colormap_data pointer to NULL (for paranoia)
This commit is contained in:
parent
18bd48843f
commit
70f3f7c80d
1 changed files with 2 additions and 0 deletions
|
|
@ -1461,6 +1461,8 @@ static void P_LoadRawSideDefs2(void *data)
|
||||||
|
|
||||||
sd->sector = sec = §ors[SHORT(msd->sector)];
|
sd->sector = sec = §ors[SHORT(msd->sector)];
|
||||||
|
|
||||||
|
sd->colormap_data = NULL;
|
||||||
|
|
||||||
// Colormaps!
|
// Colormaps!
|
||||||
switch (sd->special)
|
switch (sd->special)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue