diff --git a/src/deh_tables.c b/src/deh_tables.c index a880a1766..8caad3c35 100644 --- a/src/deh_tables.c +++ b/src/deh_tables.c @@ -5225,6 +5225,15 @@ struct int_const_s const INT_CONST[] = { {"ENDOFPOWERUPS",ENDOFPOWERUPS}, {"LASTPOWERUP",LASTPOWERUP}, {"NUMPOWERUPS",NUMPOWERUPS}, + + // kartslotmachine_t + {"KSM_BAR", KSM_BAR}, + {"KSM_DOUBLEBAR", KSM_DOUBLEBAR}, + {"KSM_TRIPLEBAR", KSM_TRIPLEBAR}, + {"KSM_RING", KSM_RING}, + {"KSM_SEVEN", KSM_SEVEN}, + {"KSM_JACKPOT", KSM_JACKPOT}, + {"KSM__MAX", KSM__MAX}, // kartshields_t {"KSHIELD_NONE",KSHIELD_NONE},