mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 06:32:00 +00:00
Fix scr_scoreboard_showflags 1
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5542 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
22b494f171
commit
ea9936a340
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ int Stats_GetCaptures(int playernum)
|
|||
qboolean Stats_HaveFlags(int showtype)
|
||||
{
|
||||
int i;
|
||||
if (showtype)
|
||||
return fragstats.readcaps;
|
||||
for (i = 0; i < cl.allocated_client_slots; i++)
|
||||
{
|
||||
if (fragstats.clienttotals[i].caps ||
|
||||
|
|
Loading…
Reference in a new issue