Don't free this cached colormap!

This commit is contained in:
fickleheart 2019-03-16 12:22:11 -05:00
parent cd4fc40b9e
commit 875506e6cc
1 changed files with 0 additions and 2 deletions

View File

@ -8324,8 +8324,6 @@ static void M_DrawSetupMultiPlayerMenu(void)
}
else
V_DrawMappedPatch(mx+43, my+131, flags, patch, colormap);
Z_Free(colormap);
}
#undef charw
}