shithub: gm4s

Download patch

ref: 13a1e63e933a134d7b852f84f94e9753d3552976
parent: 46eaa536bf45124e5ad5f2f6034304ebc131e029
author: qwx <qwx@sciops.net>
date: Sat Mar 15 09:30:59 EDT 2025

that's not orange.

--- a/dat.h
+++ b/dat.h
@@ -58,6 +58,6 @@
 extern double T;
 
 enum{
-	DOrange = 0xffff00ff,
+	DOrange = 0xff7f00ff,
 	DPurple = 0xff00ffff,
 };
--