mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
added linebreak on new version text to prevent overlap
This commit is contained in:
parent
064ada2890
commit
8ad943b4f3
|
@ -602,7 +602,7 @@ void MENUS::render_serverbrowser(RECT main_view)
|
|||
|
||||
char buf[512];
|
||||
if(strcmp(client_latestversion(), "0") != 0)
|
||||
str_format(buf, sizeof(buf), "Teeworlds %s is out! Download it at www.teeworlds.com! Current version: %s", client_latestversion(), GAME_VERSION);
|
||||
str_format(buf, sizeof(buf), "Teeworlds %s is out! Download it at www.teeworlds.com!\nCurrent version: %s", client_latestversion(), GAME_VERSION);
|
||||
else
|
||||
str_format(buf, sizeof(buf), "Current version: %s", GAME_VERSION);
|
||||
ui_do_label(&status_toolbar, buf, 14.0f, -1);
|
||||
|
|
Loading…
Reference in a new issue