git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12878
d7cf8633-e32d-0410-b094-
e92efae38249
if ((key_dest == key_game || key_dest == key_message) && !r_letterbox.value && !scr_loading)
Con_DrawNotify (); // only draw notify in game
- if(cl.islocalgame)
- {
- if (key_dest != key_game || key_consoleactive)
- host.paused = true;
- else
- host.paused = false;
- }
-
+ if (cl.islocalgame && key_dest != key_game || key_consoleactive)
+ host.paused = true;
+ else
+ host.paused = false;
+
if (cls.signon == SIGNONS)
{
SCR_DrawNet ();