Add 4PREADY graphic

This commit is contained in:
Sally Coolatta 2021-12-28 22:16:37 -05:00
parent d3f8e61591
commit b5e16a5202

View file

@ -834,12 +834,10 @@ static void M_DrawCharSelectPreview(UINT8 num)
{ {
V_DrawScaledPatch(x+1, y+36, 0, W_CachePatchName("4PSTART", PU_CACHE)); V_DrawScaledPatch(x+1, y+36, 0, W_CachePatchName("4PSTART", PU_CACHE));
} }
/*
else if (p->mdepth >= CSSTEP_READY) else if (p->mdepth >= CSSTEP_READY)
{ {
V_DrawScaledPatch(x+1, y+36, 0, W_CachePatchName("4PREADY", PU_CACHE)); V_DrawScaledPatch(x+1, y+36, 0, W_CachePatchName("4PREADY", PU_CACHE));
} }
*/
} }
V_DrawScaledPatch(x+9, y+2, 0, W_CachePatchName("FILEBACK", PU_CACHE)); V_DrawScaledPatch(x+9, y+2, 0, W_CachePatchName("FILEBACK", PU_CACHE));