From 2606dee3531a214db0ebbdb56ea94c60f47e6470 Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Fri, 4 Feb 2000 01:24:39 +0000 Subject: [PATCH] how many times have you wished there was a -nodemos parameter to make the demos at startup not happen in uquake? Guess what? --- uquake/host_cmd.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uquake/host_cmd.c b/uquake/host_cmd.c index 3cbc96e..0da659f 100644 --- a/uquake/host_cmd.c +++ b/uquake/host_cmd.c @@ -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)