remove debug print (oops)

This commit is contained in:
Bill Currie 2004-03-06 04:34:13 +00:00
parent 17afd25631
commit bd58f350dd

View file

@ -1433,7 +1433,6 @@ CL_ParseServerMessage (void)
break; break;
case svc_finale: case svc_finale:
Con_Printf ("svc_finale\n");
cl.intermission = 2; cl.intermission = 2;
cl.completed_time = realtime; cl.completed_time = realtime;
vid.recalc_refdef = true; // go to full screen vid.recalc_refdef = true; // go to full screen