ft2-clone

Fasttracker 2 clone
Log | Files | Refs | README | LICENSE

commit 566e7637e4cc6fff7430dabe1e58bfe7be6948ef
parent ac5d22ae6614f0f65553b1628ecb644bc8ea4126
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Wed, 22 Apr 2020 18:03:30 +0200

Update ft2_about.c

Diffstat:
Msrc/ft2_about.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/ft2_about.c b/src/ft2_about.c @@ -234,6 +234,7 @@ extern uint32_t *unpackedData; void showAboutScreen(void) // called once when About screen is opened { +#define TEXT_BORDER_COL 0x202020 const char *infoString = "Clone by Olav \"8bitbubsy\" S\025rensen - https://16-bits.org"; char verText[32];