From e85e621d2c58f32d4edf16ec8937a2def5c8197c Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Fri, 16 Nov 2018 12:05:57 -0500 Subject: [PATCH] Minor credits issues --- src/f_finale.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/f_finale.c b/src/f_finale.c index ff373382..91fd12c9 100644 --- a/src/f_finale.c +++ b/src/f_finale.c @@ -499,7 +499,7 @@ static const char *credits[] = { "Jun Senoue", "\"SSNTails\"", "Michael \"MaxieDaMan\" Staple", - "Simon Stålenhag", // Stålenhag, add the accent char later? + "Simon Stalenhag", // Stålenhag, add the accent char later? "\"Synthescissor\"", "Yuko Takehara", "Tony Thai", @@ -522,6 +522,7 @@ static const char *credits[] = { "\"DrTapeworm\"", "Paul \"Boinciel\" Clempson", "Sherman \"CoatRack\" DesJardins", + "Vivian \"toaster\" Grannell", "James \"SeventhSentinel\" Hall", "\"Lat\'\"", "Sean \"Sryder\" Ryder", @@ -580,7 +581,7 @@ static struct { // This Tyler52 gag is troublesome // Alignment should be ((spaces+1 * 100) + (headers+1 * 38) + (lines * 15)) // 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} };