diff options
-rw-r--r-- | src/cgame/cg_main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cgame/cg_main.c b/src/cgame/cg_main.c index 95b35d0..c2e55b8 100644 --- a/src/cgame/cg_main.c +++ b/src/cgame/cg_main.c @@ -1707,6 +1707,10 @@ static const char *CG_FeederItemText( float feederID, int index, int column, qha showIcons = qtrue; + if( ( atoi( CG_ConfigString( CS_CLIENTS_READY ) ) & ( 1 << sp->client ) ) && + cg.intermissionStarted ) + showIcons = qfalse; + if( info && info->infoValid ) { switch( column ) |