ft2-clone

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

commit 9401e0cd75b52f21e0f7918e8cc3f1cf96ff15ff
parent a7a7176819903bea8a253134151480c54bf48d43
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Wed, 13 Jan 2021 21:21:02 +0100

Yes

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

diff --git a/src/ft2_about.c b/src/ft2_about.c @@ -149,7 +149,7 @@ static void starfield(void) if (g < 0) g = 0; - int32_t b = d + 78; + int32_t b = d + 64; if (b > 255) b = 255;