From 678fc01c0f4a64bf6942f065f9de35fb7ef854f2 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sun, 8 Feb 2015 09:26:37 +0000
Subject: [PATCH] Update CONIO_FIRST_FREE_FONT for the new fonts.

---
 src/conio/ciolib.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conio/ciolib.h b/src/conio/ciolib.h
index 6a09b061f6..65234466eb 100644
--- a/src/conio/ciolib.h
+++ b/src/conio/ciolib.h
@@ -238,7 +238,7 @@ struct conio_font_data_struct {
 
 CIOLIBEXPORTVAR struct conio_font_data_struct conio_fontdata[257];
 
-#define CONIO_FIRST_FREE_FONT	41
+#define CONIO_FIRST_FREE_FONT	43
 
 typedef struct {
 	int		mode;
-- 
GitLab