mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Show when we're waiting for the full wadlist
This commit is contained in:
parent
9c8e35794f
commit
cc7699a371
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…
Add table
Reference in a new issue