mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-10 03:51:41 +00:00
cl_demo.c (CL_PlayDemo_f): get rid of the menu and/or console when starting a demo.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@17 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
359116f394
commit
ebe2cd66d7
1 changed files with 4 additions and 0 deletions
|
@ -281,6 +281,10 @@ void CL_PlayDemo_f (void)
|
|||
return;
|
||||
}
|
||||
|
||||
// withdraw console/menu
|
||||
if (key_dest == key_console)
|
||||
key_dest = key_game;
|
||||
|
||||
//
|
||||
// disconnect from server
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue