wm: glendy

Download patch

ref: 64ff17f5dde1251ff0d5fd4ab09b702c29d97178
parent: f3bcd178d26e25a52a3dbdd3a054b2ec01eb5b56
author: mkf <mkf@cloud9p.org>
date: Thu Apr 25 02:48:19 EDT 2024

srv: disable undo, we dont have time to add support for that yet.

--- a/srv.c
+++ b/srv.c
@@ -348,9 +348,11 @@
 			else if(turn % 2 == 1)
 				proc_move(s+2);
 			break;
+		/*
 		case 'u':
 			undo();
 			break;
+		*/
 		case 'r':
 			/* maybe we need to put a confirm message here */
 			restart();