mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Nudge lock over a tad
This commit is contained in:
parent
d711e39518
commit
d4f340ff7b
1 changed files with 1 additions and 1 deletions
|
|
@ -7338,7 +7338,7 @@ static void M_DrawConnectMenu(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (serverlist[slindex].info.kartvars & SV_PASSWORD)
|
if (serverlist[slindex].info.kartvars & SV_PASSWORD)
|
||||||
V_DrawFixedPatch((currentMenu->x - 10) << FRACBITS, (S_LINEY(i)) << FRACBITS, FRACUNIT, globalflags & (~V_ALLOWLOWERCASE), W_CachePatchName("SERVLOCK", PU_CACHE), NULL);
|
V_DrawFixedPatch((currentMenu->x - 9) << FRACBITS, (S_LINEY(i)) << FRACBITS, FRACUNIT, globalflags & (~V_ALLOWLOWERCASE), W_CachePatchName("SERVLOCK", PU_CACHE), NULL);
|
||||||
|
|
||||||
MP_ConnectMenu[i+FIRSTSERVERLINE].status = IT_STRING | IT_CALL;
|
MP_ConnectMenu[i+FIRSTSERVERLINE].status = IT_STRING | IT_CALL;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue