ft2-clone

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

commit 8be2e4c8bceb1e6a8594fcafaa682953cb7d957d
parent c912a798e1879df712a96dd66d014fc17ffd272f
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Wed, 11 Sep 2024 15:14:58 +0200

Forgot to remove debug/test text string

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

diff --git a/src/ft2_about.c b/src/ft2_about.c @@ -28,7 +28,6 @@ typedef struct vector_t x, y, z; } matrix_t; -static char dotScrollText[] = "So yeah, the FT2 clone is here! Hope you like it... See you in the next one! ;) "; static char *customText0 = "Original FT2 by Magnus \"Vogue\" H\224gdahl & Fredrik \"Mr.H\" Huss"; static char *customText1 = "Clone by Olav \"8bitbubsy\" S\025rensen"; static char *customText2 = "https://16-bits.org";