From e2012858228318e13d5596ae9e0b8328a07403fb Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 21 May 2022 20:58:47 +0100 Subject: [PATCH] Fixed incorrect credits --- android/app/src/main/cpp/code/q3_ui/ui_credits.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/src/main/cpp/code/q3_ui/ui_credits.c b/android/app/src/main/cpp/code/q3_ui/ui_credits.c index 1a510685..3bd1d84b 100644 --- a/android/app/src/main/cpp/code/q3_ui/ui_credits.c +++ b/android/app/src/main/cpp/code/q3_ui/ui_credits.c @@ -107,8 +107,8 @@ Additional Contributions Bummser, Skillfur, Ceno, Cukier, Eispfogel, Pizzaluigi Dedicated Beta Testers -XQuader, Ceno, Cukier, Bummser, Retro1N, Benny91, April, Ikarus, -Bim, Lubos, MasakaPete, Config2, Maniac, Ghostdog72, Slydog43, +f2hunter, XQuader, Ceno, Cukier, Bummser, Retro1N, Benny91, April, Ikarus, +GeTall, Lubos, MasakaPete, Config2, Maniac, Ghostdog72, Slydog43, Cornelius, Ferret, RealityForge, PvtGenO, SatanSlayer Special Thanks to the whole discord! @@ -147,7 +147,7 @@ Special Thanks to the whole discord! y += PROP_HEIGHT * PROP_SMALL_SIZE_SCALE; UI_DrawString( 320, y, "f2hunter, XQuader, Ceno, Cukier, Bummser, Retro1N, Benny91, Ikarus,", UI_CENTER|UI_SMALLFONT, color_white ); y += PROP_HEIGHT * PROP_SMALL_SIZE_SCALE; - UI_DrawString( 320, y, "Bim, Lubos, MasakaPete, Config2, Maniac, Ghostdog72, Slydog43,", UI_CENTER|UI_SMALLFONT, color_white ); + UI_DrawString( 320, y, "GeTall, Lubos, MasakaPete, Config2, Maniac, Ghostdog72, Slydog43,", UI_CENTER|UI_SMALLFONT, color_white ); y += PROP_HEIGHT * PROP_SMALL_SIZE_SCALE; UI_DrawString( 320, y, "April, Cornelius, Ferret, RealityForge, PvtGenO, SatanSlayer", UI_CENTER|UI_SMALLFONT, color_white );