From: John Tsiombikas Date: Mon, 19 Sep 2016 01:16:05 +0000 (+0300) Subject: fixed bug introduced by moving the loop variables out of the for loops X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=commitdiff_plain;h=8024ae981f39d370af5cceb3cb97f62820b0a120 fixed bug introduced by moving the loop variables out of the for loops --- diff --git a/src/tinyfps.c b/src/tinyfps.c index 4c97424..7844748 100644 --- a/src/tinyfps.c +++ b/src/tinyfps.c @@ -47,6 +47,7 @@ void initFpsFonts() } } + i = 0; for (n = 0; n < FPS_FONTS_NUM; n++) { for (y = 0; y < FPS_FONT_HEIGHT; y++)