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

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

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
// //