mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
Don't free this cached colormap!
This commit is contained in:
parent
cd4fc40b9e
commit
875506e6cc
1 changed files with 0 additions and 2 deletions
|
@ -8324,8 +8324,6 @@ static void M_DrawSetupMultiPlayerMenu(void)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
V_DrawMappedPatch(mx+43, my+131, flags, patch, colormap);
|
V_DrawMappedPatch(mx+43, my+131, flags, patch, colormap);
|
||||||
|
|
||||||
Z_Free(colormap);
|
|
||||||
}
|
}
|
||||||
#undef charw
|
#undef charw
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue