mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 22:51:37 +00:00
Killed "QuakeWorld: disconnected" in uquake. Added "cl.paused = false" line.
This commit is contained in:
parent
dbbba0a7d1
commit
304490f4ed
1 changed files with 2 additions and 1 deletions
|
@ -532,7 +532,7 @@ void CL_Disconnect (void)
|
|||
|
||||
connect_time = -1;
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32) && defined (QUAKEWORLD)
|
||||
SetWindowText (mainwindow, "QuakeWorld: disconnected");
|
||||
#endif
|
||||
|
||||
|
@ -587,6 +587,7 @@ void CL_Disconnect (void)
|
|||
#ifdef UQUAKE
|
||||
cls.demoplayback = cls.timedemo = false;
|
||||
cls.signon = 0;
|
||||
cl.paused = false; // Tonik
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue