From 8a5ca6f64c12e6de5cc31dbde6321bd7a80d8e66 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 27 Nov 2023 19:24:20 -0500 Subject: [PATCH] initialze mnum in Race array fencepost to NON_PM --- include/hack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hack.h b/include/hack.h index b245a5d11..fab579b66 100644 --- a/include/hack.h +++ b/include/hack.h @@ -1033,7 +1033,7 @@ typedef struct { /* strings */ \ NULL, NULL, NULL, NULL, {0}, \ /* Indices */ \ - 0, 0, 0, \ + NON_PM, 0, 0, \ /* Bitmasks */ \ 0, 0, 0, 0, \ /* Attributes */ \