Added initialisation of the variable aBuf

Sorry, didn't find this in the history of ddnet.
This commit is contained in:
Zwelf 2015-06-02 22:09:26 +02:00 committed by oy
parent f8278ec032
commit 1df383ad90

View file

@ -1697,6 +1697,7 @@ int CMenus::Render()
pButtonText = Localize("Abort");
if(Client()->MapDownloadTotalsize() > 0)
{
char aBuf[512];
str_format(aBuf, sizeof(aBuf), "%s: %s", Localize("Downloading map"), Client()->MapDownloadName());
pTitle = aBuf;
pExtraText = "";