From 58df371c3ee4e6188fe5e89ef04bab8ee3b0bf7c Mon Sep 17 00:00:00 2001 From: Fussmatte Date: Sun, 31 May 2020 20:03:07 -0400 Subject: [PATCH] =?UTF-8?q?Changed=20my=20name=20from=20Stelpjo=20to=20my?= =?UTF-8?q?=20current=20name,=20Fu=C3=9Fmatte=20I=20also=20left=20a=20note?= =?UTF-8?q?=20for=20the=20in-game=20credits=20list=20to=20change=20the=20"?= =?UTF-8?q?ss"=20to=20an=20eszett=20when=20the=20Unicode=20font=20is=20imp?= =?UTF-8?q?lemented.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- desktop_version/CONTRIBUTORS.txt | 2 +- desktop_version/src/Game.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop_version/CONTRIBUTORS.txt b/desktop_version/CONTRIBUTORS.txt index 7b149787..a52fc6a0 100644 --- a/desktop_version/CONTRIBUTORS.txt +++ b/desktop_version/CONTRIBUTORS.txt @@ -3,7 +3,7 @@ Contributors (Ordered alphabetically by last name.) -* Matt "Stelpjo" Aaldenberg +* Matt "Fußmatte" Aaldenberg * AlexApps99 (@AlexApps99) * Christoph Böhmwalder (@chrboe) * Charlie Bruce (@charliebruce) diff --git a/desktop_version/src/Game.cpp b/desktop_version/src/Game.cpp index 1a34694b..a48d5586 100644 --- a/desktop_version/src/Game.cpp +++ b/desktop_version/src/Game.cpp @@ -461,7 +461,7 @@ void Game::init(void) /* CONTRIBUTORS.txt, again listed alphabetically (according to `sort`) by last name */ const char* githubfriends_arr[] = { - "Matt \"Stelpjo\" Aaldenberg", + "Matt \"Fussmatte\" Aaldenberg", // TODO: Change to "Fußmatte" if/when UTF-8 support is added "AlexApps99", "Christoph B{hmwalder", "Charlie Bruce",