mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Support tilde in LT_ range fonts
This commit is contained in:
parent
618d40882a
commit
77512509f1
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ extern "C" {
|
|||
|
||||
// Level title font
|
||||
#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 CRED_FONTSTART '!' // the first font character
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue