Skip to content
Snippets Groups Projects
Commit cbc02c91 authored by deuce's avatar deuce
Browse files

Fix CONIO_FIRST_FREE_FONT macro to allow user-defined fonts in the font

lists.
parent d267205d
Branches
Tags
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment