Don't free this cached colormap!

This commit is contained in:
fickleheart 2019-03-16 12:22:11 -05:00
parent cd4fc40b9e
commit 875506e6cc

View file

@ -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
} }