diff --git a/src/deh_tables.c b/src/deh_tables.c index a0e920249..c0c7681bc 100644 --- a/src/deh_tables.c +++ b/src/deh_tables.c @@ -1366,6 +1366,11 @@ struct int_const_s const INT_CONST[] = { // followermode_t {"FOLLOWERMODE_FLOAT",FOLLOWERMODE_FLOAT}, {"FOLLOWERMODE_GROUND",FOLLOWERMODE_GROUND}, + + // kartspeed constants + {"KARTSPEED_EASY", KARTSPEED_EASY}, + {"KARTSPEED_NORMAL", KARTSPEED_NORMAL}, + {"KARTSPEED_HARD", KARTSPEED_HARD}, // screen.h constants {"BASEVIDWIDTH", BASEVIDWIDTH},