wm: glendy

Download patch

ref: 5d13a50ba5f8139cdd625c9eb0aa3d771c9d146f
parent: 6e0169903074f63c2a6d100520fd86fdf523429e
author: mkf <mkf@cloud9p.org>
date: Tue May 21 14:44:18 EDT 2024

engine: reset turn while running init level, fixes a bug where game would start with glenda instead of trapper

--- a/engine.c
+++ b/engine.c
@@ -64,6 +64,7 @@
 
 	memcpy(grid, ogrid, sizeof grid);
 	state = Start;
+	turn = 0;
 }
 
 Point