mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-07 16:31:32 +00:00
remove debug print (oops)
This commit is contained in:
parent
17afd25631
commit
bd58f350dd
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue