From bd58f350dd5de1001c3791fc58c0f4f9a8fbc83a Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 6 Mar 2004 04:34:13 +0000 Subject: [PATCH] remove debug print (oops) --- qw/source/cl_parse.c | 1 - 1 file changed, 1 deletion(-) diff --git a/qw/source/cl_parse.c b/qw/source/cl_parse.c index 38c040dc2..3ba72d1a3 100644 --- a/qw/source/cl_parse.c +++ b/qw/source/cl_parse.c @@ -1433,7 +1433,6 @@ CL_ParseServerMessage (void) break; case svc_finale: - Con_Printf ("svc_finale\n"); cl.intermission = 2; cl.completed_time = realtime; vid.recalc_refdef = true; // go to full screen