Push Kartspeed constants to lua

This commit is contained in:
NepDisk 2025-02-21 12:58:59 -05:00
parent 58151ed644
commit 64f2ae0f55

View file

@ -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},