mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-05 01:38:13 +00:00
Add the accent
This commit is contained in:
parent
1541c6e88b
commit
5958930c24
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…
Add table
Reference in a new issue