git: 9front

Download patch

ref: bc23f81cd3d28259e696b21b44465ed67f1e51c3
parent: d819fde1a91bcf9253c147d5cdae972a61f36335
author: Jacob Moody <moody@posixcafe.org>
date: Wed Jan 25 23:20:42 EST 2023

games/wadfs: parse hexen map behavior lump

--- a/sys/src/games/wadfs.c
+++ b/sys/src/games/wadfs.c
@@ -44,7 +44,8 @@
 
 char *mapn[] = {
 	"things", "linedefs", "sidedefs", "vertexes", "segs",
-	"ssectors", "nodes", "sectors", "reject", "blockmap"
+	"ssectors", "nodes", "sectors", "reject", "blockmap",
+	"behavior"
 };
 
 void
--