From 6400729034495e4c857cda456322337990a3015e Mon Sep 17 00:00:00 2001 From: mazmazz Date: Sat, 22 Dec 2018 21:48:24 -0500 Subject: [PATCH] Extend HU_FONTSTART to STCFN022 (from 2.2) --- src/hu_stuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hu_stuff.h b/src/hu_stuff.h index 179e33e1..b1d39182 100644 --- a/src/hu_stuff.h +++ b/src/hu_stuff.h @@ -21,7 +21,7 @@ //------------------------------------ // heads up font //------------------------------------ -#define HU_FONTSTART '\x1F' // the first font character +#define HU_FONTSTART '\x16' // the first font character #define HU_FONTEND '~' #define HU_FONTSIZE (HU_FONTEND - HU_FONTSTART + 1)