mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 21:31:04 +00:00
Show when we're waiting for the full wadlist
This commit is contained in:
parent
014f916040
commit
ac53d4bbb3
1 changed files with 3 additions and 0 deletions
|
@ -1259,6 +1259,9 @@ static inline void CL_DrawConnectionStatus(void)
|
||||||
cltext = M_GetText("Waiting to download game state...");
|
cltext = M_GetText("Waiting to download game state...");
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
case CL_ASKFULLFILELIST:
|
||||||
|
cltext = M_GetText("This server has a LOT of files!");
|
||||||
|
break;
|
||||||
case CL_ASKJOIN:
|
case CL_ASKJOIN:
|
||||||
case CL_WAITJOINRESPONSE:
|
case CL_WAITJOINRESPONSE:
|
||||||
cltext = M_GetText("Requesting to join...");
|
cltext = M_GetText("Requesting to join...");
|
||||||
|
|
Loading…
Reference in a new issue