mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
Added initialisation of the variable aBuf
Sorry, didn't find this in the history of ddnet.
This commit is contained in:
parent
f8278ec032
commit
1df383ad90
|
@ -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 = "";
|
||||
|
|
Loading…
Reference in a new issue