wm: glendy

Download patch

ref: 72668dfec86f5c3bc656b623733d05e3e51f438a
parent: 23a93e42ff90ec3f3140083122380a9612f924be
author: mkf <mkf@cloud9p.org>
date: Fri May 24 11:14:42 EDT 2024

engine: fix build

--- a/engine.c
+++ b/engine.c
@@ -168,7 +168,7 @@
 
 	turn++;
 	/* server should tell us */
-	if((ptype[1] == Human && !networked)
+	if(ptype[1] == Human && !networked)
 		checkstate();
 	return Ok;
 }