diff --git a/src/deh_tables.c b/src/deh_tables.c index 6a6203910..710f20aa7 100644 --- a/src/deh_tables.c +++ b/src/deh_tables.c @@ -6690,7 +6690,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},