mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-12 22:03:49 +00:00
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:
parent
d2e5ae9161
commit
7969f06a91
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