mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 11:51:17 +00:00
how many times have you wished there was a -nodemos parameter to make the
demos at startup not happen in uquake? Guess what?
This commit is contained in:
parent
0a46c1d979
commit
2606dee353
1 changed files with 3 additions and 0 deletions
|
@ -1780,6 +1780,9 @@ void Host_Startdemos_f (void)
|
|||
{
|
||||
int i, c;
|
||||
|
||||
if (COM_CheckParm ("-nodemos")) // No demos, please..
|
||||
return;
|
||||
|
||||
if (cls.state == ca_dedicated)
|
||||
{
|
||||
if (!sv.active)
|
||||
|
|
Loading…
Reference in a new issue