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:
Joseph Carter 2000-02-04 01:24:39 +00:00
parent 0a46c1d979
commit 2606dee353

View file

@ -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)