shithub: ft²

Download patch

ref: 8be2e4c8bceb1e6a8594fcafaa682953cb7d957d
parent: c912a798e1879df712a96dd66d014fc17ffd272f
author: Olav Sørensen <olav.sorensen@live.no>
date: Wed Sep 11 11:15:25 EDT 2024

Forgot to remove debug/test text string

--- a/src/ft2_about.c
+++ b/src/ft2_about.c
@@ -28,7 +28,6 @@
 	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";
--