ref: 8d68bb10ece5103eb06b9ecf92cadbfd22cc6331
parent: bc2bd5bbcc873c314c40cc7fd67557586c9f425d
author: Andrew Apted <ajapted@gmail.com>
date: Sun Dec 17 07:35:46 EST 2023
README : updated for previous change.
--- a/README.md
+++ b/README.md
@@ -45,9 +45,8 @@
So firstly (and obviously) those files need to be added.
-Secondly, the *seg_t* struct in `r_defs.h` needs two new fields, `side`
-and `next`. Look at that file in this repository and copy'n'paste
-those fields.
+Secondly, the *seg_t* struct in `r_defs.h` needs a new field called
+`next`. Look at that file in this repository and copy'n'paste it.
Finally, add `#include "nano_bsp.h"` to `p_setup.c`, and within the
P_SetupLevel function call `BSP_BuildNodes()` instead of loading the
--
⑨