Skip to content

Commit

Permalink
Change dupe back to a signed int.
Browse files Browse the repository at this point in the history
  • Loading branch information
hemebond committed Mar 18, 2024
1 parent 02cc340 commit 9bae060
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gl_rmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,8 @@ void R_GLSL_Restart_f(cmd_state_t *cmd)

static void R_GLSL_DumpShader_f(cmd_state_t *cmd)
{
unsigned i, language, mode, dupe;
unsigned i, language, mode;
int dupe;
char *text;
shadermodeinfo_t *modeinfo;
qfile_t *file;
Expand Down

0 comments on commit 9bae060

Please sign in to comment.