From e2b09f53fb306125d11cf37e50f1ab9cfa0ddd46 Mon Sep 17 00:00:00 2001 From: toaster Date: Sat, 23 Mar 2024 20:42:49 +0000 Subject: [PATCH] Update for SEGA Corporation (from SEGA Enterprises) --- src/f_finale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/f_finale.c b/src/f_finale.c index 8616ec9c7..15c863b9e 100644 --- a/src/f_finale.c +++ b/src/f_finale.c @@ -655,7 +655,7 @@ static void F_DisclaimerDrawScene(void) 290 << FRACBITS, FRACUNIT, FRACUNIT, FRACUNIT, 0, HU_FONT, - "\"Dr. Robotnik's Ring Racers\" is a free fangame & was not produced by or under license from any portion of ""\x88""SEGA Enterprises""\x80"". All registered trademarks belong to their respective owners & were used without intent to harm or profit.\n\nThis software is based on heavily modified code originally created by id Software & is used under the terms of the GNU Public License.\n\n""\x88""SEGA""\x80"" retains rights to the original characters and environments, while all new assets remain property of Kart Krew Dev." + "\"Dr. Robotnik's Ring Racers\" is a free fangame & was not produced by or under license from any portion of ""\x88""SEGA Corporation""\x80"". All registered trademarks belong to their respective owners & were used without intent to harm or profit.\n\nThis software is based on heavily modified code originally created by id Software & is used under the terms of the GNU Public License.\n\n""\x88""SEGA""\x80"" retains rights to the original characters and environments, while all new assets remain property of Kart Krew Dev where applicable." ); V_DrawCenteredString(160, 24, textalpha, newText);