wm: glendy

Download patch

ref: 251d168331270017652c9f7510d7a6d7b6f92e9c
parent: 9e606d77f043f4562133bca3042019ea4dbd2ab7
author: mkf <mkf@cloud9p.org>
date: Wed Jun 5 10:52:35 EDT 2024

engine: rip andrey ☹

--- a/engine.c
+++ b/engine.c
@@ -81,7 +81,7 @@
 		case NW:
 			return Pt(x+(y%2?0:-1), y-1);
 		default:
-			sysfatal("andrey messed up big time");
+			sysfatal("andrey messed up big time: %d", dir);
 			/* should we keep that line around? it might be more useful than sysfatal */
 			// return Pt(-1, -1); 
 	}