mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 21:38:39 -04:00
rename title of "waiting for players" window to help OBS
This commit is contained in:
parent
3b7e968acd
commit
fd807712a6
@ -64,7 +64,11 @@ static void OpenWaitDialog(void)
|
||||
{
|
||||
txt_window_action_t *cancel;
|
||||
|
||||
TXT_SetDesktopTitle(PROJECT_STRING);
|
||||
char *title = M_StringJoin(PROJECT_STRING, ": Waiting for game start...", NULL);
|
||||
|
||||
TXT_SetDesktopTitle(title);
|
||||
|
||||
free(title);
|
||||
|
||||
window = TXT_NewWindow("Waiting for game start...");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user