From 990e342b12917de6ffa4788779f72404ae04b73c Mon Sep 17 00:00:00 2001 From: James R Date: Sun, 6 Nov 2022 06:20:28 -0800 Subject: [PATCH] Fix KITEM DEH list not defined with KITEM_ prefix --- src/deh_tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deh_tables.c b/src/deh_tables.c index 383823833..7cb97c82a 100644 --- a/src/deh_tables.c +++ b/src/deh_tables.c @@ -6756,7 +6756,7 @@ struct int_const_s const INT_CONST[] = { // SRB2Kart // kartitems_t -#define FOREACH( name, n ) { #name, KITEM_ ## name } +#define FOREACH( name, n ) { TOSTR (KITEM_ ## name), KITEM_ ## name } KART_ITEM_ITERATOR, // Actual items (can be set for k_itemtype) #undef FOREACH {"NUMKARTITEMS",NUMKARTITEMS},