mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +00:00
Nudge lock over a tad
This commit is contained in:
parent
870a800d89
commit
e4d99605eb
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…
Reference in a new issue