Skip to content

Commit

Permalink
Remove obsolete compiler hint
Browse files Browse the repository at this point in the history
  • Loading branch information
nextghost committed May 30, 2021
1 parent e10a6a6 commit 796f179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signus-data/utils/fonts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ extern "C" void PutStr(void *tar, int tarwidth,
char *s, TFont *f,
byte clr1, byte clr2)
{
register int i,j;
int i,j;
int w, h = f->Height;
int x = xpoz, y = ypoz;
byte *buf = ((byte*)tar) + x + y * tarwidth;
Expand Down

0 comments on commit 796f179

Please sign in to comment.