Skip to content

Commit

Permalink
Microsoft C compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Novum committed Jul 1, 2022
1 parent e79378e commit 48ab9e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Quake/pr_ext.c
Original file line number Diff line number Diff line change
Expand Up @@ -4608,7 +4608,6 @@ void PF_cl_playerkey_internal (int player, const char *key, qboolean retfloat)
const char *ret = buf;
extern int fragsort[MAX_SCOREBOARD];
extern int scoreboardlines;
extern int Sbar_ColorForMap (int m);
if (player < 0 && player >= -scoreboardlines)
player = fragsort[-1 - player];
if (player < 0 || player >= MAX_SCOREBOARD)
Expand Down

0 comments on commit 48ab9e7

Please sign in to comment.