Support tilde in LT_ range fonts

This commit is contained in:
toaster 2024-03-10 20:12:55 +00:00
parent 618d40882a
commit 77512509f1

View file

@ -50,7 +50,7 @@ extern "C" {
// Level title font // Level title font
#define LT_FONTSTART '!' // the first font characters #define LT_FONTSTART '!' // the first font characters
#define LT_FONTEND 'z' // the last font characters #define LT_FONTEND '~' // the last font characters
#define LT_FONTSIZE (LT_FONTEND - LT_FONTSTART + 1) #define LT_FONTSIZE (LT_FONTEND - LT_FONTSTART + 1)
#define CRED_FONTSTART '!' // the first font character #define CRED_FONTSTART '!' // the first font character