mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 13:21:10 +00:00
Minor credits issues
This commit is contained in:
parent
0de2d52bfd
commit
e85e621d2c
1 changed files with 3 additions and 2 deletions
|
@ -499,7 +499,7 @@ static const char *credits[] = {
|
||||||
"Jun Senoue",
|
"Jun Senoue",
|
||||||
"\"SSNTails\"",
|
"\"SSNTails\"",
|
||||||
"Michael \"MaxieDaMan\" Staple",
|
"Michael \"MaxieDaMan\" Staple",
|
||||||
"Simon Stålenhag", // Stålenhag, add the accent char later?
|
"Simon Stalenhag", // Stålenhag, add the accent char later?
|
||||||
"\"Synthescissor\"",
|
"\"Synthescissor\"",
|
||||||
"Yuko Takehara",
|
"Yuko Takehara",
|
||||||
"Tony Thai",
|
"Tony Thai",
|
||||||
|
@ -522,6 +522,7 @@ static const char *credits[] = {
|
||||||
"\"DrTapeworm\"",
|
"\"DrTapeworm\"",
|
||||||
"Paul \"Boinciel\" Clempson",
|
"Paul \"Boinciel\" Clempson",
|
||||||
"Sherman \"CoatRack\" DesJardins",
|
"Sherman \"CoatRack\" DesJardins",
|
||||||
|
"Vivian \"toaster\" Grannell",
|
||||||
"James \"SeventhSentinel\" Hall",
|
"James \"SeventhSentinel\" Hall",
|
||||||
"\"Lat\'\"",
|
"\"Lat\'\"",
|
||||||
"Sean \"Sryder\" Ryder",
|
"Sean \"Sryder\" Ryder",
|
||||||
|
@ -580,7 +581,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: (200*17)
|
// Current max image spacing: (200*17)
|
||||||
{112, (15*100)+(17*38)+(96*15), "TYLER52", SKINCOLOR_NONE},
|
{112, (15*100)+(17*38)+(97*15), "TYLER52", SKINCOLOR_NONE},
|
||||||
{0, 0, NULL, SKINCOLOR_NONE}
|
{0, 0, NULL, SKINCOLOR_NONE}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue