shithub: qk1

Download patch

ref: a31cb3c76e7a74954b39dfa7155036e2e848e3ab
parent: cedb64a092b304c671d81049b8513614402b951b
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Tue Jan 2 20:32:34 EST 2024

stop messing with palette until shifts/translations/brightness is back

--- a/view.c
+++ b/view.c
@@ -512,7 +512,7 @@
 		newpal[2] = gammatable[b];
 		newpal += 3;
 	}
-	setpal(pal);
+	//setpal(pal); // FIXME(sigrid): 24-bit
 }