Update credits again

This commit is contained in:
toaster 2022-10-28 15:50:50 +01:00
parent 8a49fa5ec0
commit 4680094dd5

View file

@ -512,6 +512,7 @@ static const char *credits[] = {
"", "",
"\1Testing", "\1Testing",
"RKH License holders", "RKH License holders",
"The KCS",
"\"CyberIF\"", "\"CyberIF\"",
"\"Dani\"", "\"Dani\"",
"Karol \"Fooruman\" D""\x1E""browski", // Dąbrowski, <Sryder> accents in srb2 :ytho: "Karol \"Fooruman\" D""\x1E""browski", // Dąbrowski, <Sryder> accents in srb2 :ytho:
@ -559,7 +560,7 @@ static struct {
// This Tyler52 gag is troublesome // This Tyler52 gag is troublesome
// Alignment should be ((spaces+1 * 100) + (headers+1 * 38) + (lines * 15)) // Alignment should be ((spaces+1 * 100) + (headers+1 * 38) + (lines * 15))
// Current max image spacing: (216*17) // Current max image spacing: (216*17)
{112, (16*100)+(19*38)+(100*15), "TYLER52", SKINCOLOR_NONE}, {112, (16*100)+(19*38)+(101*15), "TYLER52", SKINCOLOR_NONE},
{0, 0, NULL, SKINCOLOR_NONE} {0, 0, NULL, SKINCOLOR_NONE}
}; };