From cbc02c912775730fbbcf84f8dcbf900843ae8afb Mon Sep 17 00:00:00 2001 From: deuce <> Date: Mon, 18 Feb 2008 04:06:59 +0000 Subject: [PATCH] Fix CONIO_FIRST_FREE_FONT macro to allow user-defined fonts in the font lists. --- src/conio/allfonts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conio/allfonts.h b/src/conio/allfonts.h index 6fb7d5d7d3..149a78c24e 100644 --- a/src/conio/allfonts.h +++ b/src/conio/allfonts.h @@ -10,6 +10,6 @@ struct conio_font_data_struct { extern struct conio_font_data_struct conio_fontdata[257]; -#define CONIO_FIRST_FREE_FONT 38 +#define CONIO_FIRST_FREE_FONT 37 #endif -- GitLab