Fixed the scoreboard still showing after the intermission

This commit is contained in:
OM 2023-05-22 12:31:38 +02:00
parent 4e3eb02915
commit 389da58ec5

View file

@ -799,7 +799,7 @@ void CG_DrawActiveFrame( int serverTime, int frameTime, stereoFrame_t stereoView
cgi.SendClientCommand("stats"); cgi.SendClientCommand("stats");
} }
cg.bIntermissionDisplay = qfalse; cg.bIntermissionDisplay = qtrue;
} }
else if (cg.bIntermissionDisplay) else if (cg.bIntermissionDisplay)
{ {