shithub: moonfish

Download patch

ref: 7006b40c1f110656932c18acd39ab18174899145
parent: 0f58da9b6912afba632ed5aa39976406b519216d
author: zamfofex <zamfofex@twdb.moe>
date: Sat Oct 7 07:24:01 EDT 2023

oops (fix typo)

--- a/chess.c
+++ b/chess.c
@@ -290,7 +290,7 @@
 		if (move->from == 21)
 		{
 			if (ctx->white) ctx->castle.white_oo = 0;
-			else ctx->castle.black_opo = 0;
+			else ctx->castle.black_ooo = 0;
 		}
 	}
 	
--