mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-10 17:50:48 +00:00
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:
parent
e2efd2d72f
commit
17fca44b20
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