Push Kartspeed constants to lua
This commit is contained in:
parent
58151ed644
commit
64f2ae0f55
1 changed files with 5 additions and 0 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Reference in a new issue