VID_SetCaption (title) support.

This commit is contained in:
Dabb 2000-07-14 16:10:26 +00:00
parent b183d0dcaf
commit c29a59f262
3 changed files with 9 additions and 9 deletions

View file

@ -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);