mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-09 12:08:12 +03:00
Fixed the scoreboard still showing after the intermission
This commit is contained in:
parent
4e3eb02915
commit
389da58ec5
1 changed files with 1 additions and 1 deletions
|
@ -799,7 +799,7 @@ void CG_DrawActiveFrame( int serverTime, int frameTime, stereoFrame_t stereoView
|
|||
cgi.SendClientCommand("stats");
|
||||
}
|
||||
|
||||
cg.bIntermissionDisplay = qfalse;
|
||||
cg.bIntermissionDisplay = qtrue;
|
||||
}
|
||||
else if (cg.bIntermissionDisplay)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue