From b866b0e67c5de5bb062d76f289ea77587f34ed75 Mon Sep 17 00:00:00 2001 From: elasota <1137273+elasota@users.noreply.github.com> Date: Wed, 7 Aug 2024 02:00:45 -0400 Subject: [PATCH] Update credit lines --- ApplicationResourcePatches/DITL/2005.json | 2 +- GpApp/About.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ApplicationResourcePatches/DITL/2005.json b/ApplicationResourcePatches/DITL/2005.json index 9ed19fa..d03ebcd 100644 --- a/ApplicationResourcePatches/DITL/2005.json +++ b/ApplicationResourcePatches/DITL/2005.json @@ -18,7 +18,7 @@ "enabled" : false }, { - "name" : "Aerofoil ©2019-2021 Gale Force Games LLC", + "name" : "Aerofoil ©2019-2024 Eric Lasota", "itemType" : "Label", "pos" : [ 16, 21 ], "size" : [ 406, 20 ], diff --git a/GpApp/About.cpp b/GpApp/About.cpp index 418b423..1e86d5c 100644 --- a/GpApp/About.cpp +++ b/GpApp/About.cpp @@ -344,6 +344,7 @@ void DoAboutFramework (void) surface->DrawString(Point::Create(creditsHorizontalOffset, verticalPoint + spacing * (lineNum++)), PSTR("Eric Lasota - Programming, admin"), blackColor, font); surface->DrawString(Point::Create(creditsHorizontalOffset, verticalPoint + spacing * (lineNum++)), PSTR("Thijs Verboon - macOS programming"), blackColor, font); surface->DrawString(Point::Create(creditsHorizontalOffset, verticalPoint + spacing * (lineNum++)), PSTR("Phil Marell - macOS programming"), blackColor, font); + surface->DrawString(Point::Create(creditsHorizontalOffset, verticalPoint + spacing * (lineNum++)), PSTR("Iain King-Speir - Linux programming"), blackColor, font); (lineNum++); surface->DrawString(Point::Create(horizontalOffset, verticalPoint + spacing * (lineNum++)), PSTR(GP_APPLICATION_NAME " is an unoffical third-party port of Glider PRO."), blackColor, font); (lineNum++);