Show when we're waiting for the full wadlist

This commit is contained in:
fickleheart 2019-04-18 00:39:54 -05:00
parent 014f916040
commit ac53d4bbb3
1 changed files with 3 additions and 0 deletions

View File

@ -1259,6 +1259,9 @@ static inline void CL_DrawConnectionStatus(void)
cltext = M_GetText("Waiting to download game state...");
break;
#endif
case CL_ASKFULLFILELIST:
cltext = M_GetText("This server has a LOT of files!");
break;
case CL_ASKJOIN:
case CL_WAITJOINRESPONSE:
cltext = M_GetText("Requesting to join...");