diff options
Diffstat (limited to 'source/font.h')
-rw-r--r-- | source/font.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/font.h b/source/font.h index 8a4908f..01ed497 100644 --- a/source/font.h +++ b/source/font.h @@ -58,6 +58,6 @@ static const char* font[] = " . . . ", }; -static int font_width = 8; -static int font_height = 9; +static int32_t font_width = 8; +static int32_t font_height = 9; |