mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 09:11:06 +00:00
VID_SetCaption (title) support.
This commit is contained in:
parent
b183d0dcaf
commit
c29a59f262
3 changed files with 9 additions and 9 deletions
|
@ -466,9 +466,7 @@ void CL_Disconnect (void)
|
|||
|
||||
connect_time = -1;
|
||||
|
||||
#ifdef _WIN32
|
||||
SetWindowText (mainwindow, PROGRAM ": disconnected");
|
||||
#endif
|
||||
VID_SetCaption(PROGRAM ": disconnected");
|
||||
|
||||
// stop sounds (especially looping!)
|
||||
S_StopAllSounds (true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue