mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Add 4PREADY graphic
This commit is contained in:
parent
d3f8e61591
commit
b5e16a5202
1 changed files with 0 additions and 2 deletions
|
|
@ -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));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue