Add the accent

This commit is contained in:
TehRealSalt 2018-03-29 13:35:40 -04:00
parent 6fa54576f6
commit 0fe06a0089
2 changed files with 2 additions and 2 deletions

View file

@ -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\"",

View file

@ -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)