cl_demo.c (CL_PlayDemo_f): get rid of the menu and/or console when starting a demo.

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@17 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-02-16 09:55:13 +00:00
parent e2efd2d72f
commit 17fca44b20

View file

@ -281,6 +281,10 @@ void CL_PlayDemo_f (void)
return; return;
} }
// withdraw console/menu
if (key_dest == key_console)
key_dest = key_game;
// //
// disconnect from server // disconnect from server
// //