mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-16 17:51:27 +00:00
Add the accent
This commit is contained in:
parent
6fa54576f6
commit
0fe06a0089
2 changed files with 2 additions and 2 deletions
|
@ -505,7 +505,7 @@ static const char *credits[] = {
|
|||
"",
|
||||
"\1Testing",
|
||||
"Jesse \"Jeck Jims\" Emerick",
|
||||
"Karol \"Fooruman\" Dabrowski", // Dąbrowski, <Sryder> accents in srb2 :ytho:
|
||||
"Karol \"Fooruman\" D""\x1E""browski", // Dąbrowski, <Sryder> accents in srb2 :ytho:
|
||||
"\"CyberIF\"",
|
||||
"\"Dani\"",
|
||||
"\"VirtAnderson\"",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
//------------------------------------
|
||||
// heads up font
|
||||
//------------------------------------
|
||||
#define HU_FONTSTART '\x1F' // the first font character
|
||||
#define HU_FONTSTART '\x1E' // the first font character
|
||||
#define HU_FONTEND '~'
|
||||
|
||||
#define HU_FONTSIZE (HU_FONTEND - HU_FONTSTART + 1)
|
||||
|
|
Loading…
Reference in a new issue