mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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;
|
||||
|
||||
case svc_finale:
|
||||
Con_Printf ("svc_finale\n");
|
||||
cl.intermission = 2;
|
||||
cl.completed_time = realtime;
|
||||
vid.recalc_refdef = true; // go to full screen
|
||||
|
|
Loading…
Reference in a new issue