Skip to content

Commit

Permalink
Update ct_chat.c
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictress committed Jan 17, 2025
1 parent 8173090 commit 141b947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doom/ct_chat.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void CT_Init (void)

for (int i = 0 ; i < HU_FONTSIZE ; i++)
{
DEH_snprintf(buffer, 9, "STCFN%.3d", j++);
DEH_snprintf(buffer, sizeof(buffer), "STCFN%.3d", j++);
hu_font[i] = (patch_t *) W_CacheLumpName(buffer, PU_STATIC);
}

Expand Down

0 comments on commit 141b947

Please sign in to comment.