From 64f2ae0f55d5748e10ec8566359139be984204a1 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Fri, 21 Feb 2025 12:58:59 -0500 Subject: [PATCH] Push Kartspeed constants to lua --- src/deh_tables.c | 5 +++++ 1 file changed, 5 insertions(+) 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},