shithub: ft²

Download patch

ref: eb3e2dfbbcda6a2deef6e8505ac1d8082bc92bdc
parent: 50b0c179aecbee4190cac47c96eefed7e281c99e
author: Olav Sørensen <olav.sorensen@live.no>
date: Mon Dec 13 07:26:24 EST 2021

Slight color adjustment of About-screen stars

--- a/src/ft2_about.c
+++ b/src/ft2_about.c
@@ -142,7 +142,7 @@
 
 			d ^= 255;
 
-			int32_t r = d - 68;
+			int32_t r = d - 75;
 			if (r < 0)
 				r = 0;