Forgot to vertically align collected emblems on nights page

This commit is contained in:
toasterbabe 2017-01-31 11:04:50 +00:00
parent f56f76692c
commit b5fef5f46a

View file

@ -6080,7 +6080,7 @@ void M_DrawNightsAttackMenu(void)
}
if (em->collected)
V_DrawSmallMappedPatch(104+76, yHeight, 0, W_CachePatchName(M_GetEmblemPatch(em), PU_CACHE),
V_DrawSmallMappedPatch(104+76, yHeight+lsheadingheight/2, 0, W_CachePatchName(M_GetEmblemPatch(em), PU_CACHE),
R_GetTranslationColormap(TC_DEFAULT, M_GetEmblemColor(em), GTC_CACHE));
else
V_DrawSmallScaledPatch(104+76, yHeight+lsheadingheight/2, 0, W_CachePatchName("NEEDIT", PU_CACHE));