mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Use a signed integer to display the score
This commit is contained in:
parent
33855cfbee
commit
7e26814cfa
1 changed files with 1 additions and 1 deletions
|
@ -1219,7 +1219,7 @@ static void SV_Status_f(void) {
|
|||
ps = SV_GameClientNum(i);
|
||||
// su44: ps->persistant is not avaible in mohaa
|
||||
//Com_Printf ("%5i ", ps->persistant[PERS_SCORE]);
|
||||
Com_Printf("%*u ", colSize[1], ps->stats[STAT_KILLS]);
|
||||
Com_Printf("%*i ", colSize[1], ps->stats[STAT_KILLS]);
|
||||
|
||||
if (cl->state == CS_CONNECTED)
|
||||
Com_Printf("CNCT ");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue