ft2-clone

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

commit eb3e2dfbbcda6a2deef6e8505ac1d8082bc92bdc
parent 50b0c179aecbee4190cac47c96eefed7e281c99e
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Mon, 13 Dec 2021 12:25:57 +0100

Slight color adjustment of About-screen stars

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 @@ -142,7 +142,7 @@ static void starfield(void) d ^= 255; - int32_t r = d - 68; + int32_t r = d - 75; if (r < 0) r = 0;