Expose BASEVIDWIDTH and BASEVIDHEIGHT to Lua and SOC
https://git.do.srb2.org/STJr/SRB2/-/merge_requests/2468
This commit is contained in:
parent
73d324b2a2
commit
78e15d489b
1 changed files with 4 additions and 0 deletions
|
|
@ -6637,6 +6637,10 @@ struct int_const_s const INT_CONST[] = {
|
|||
// followermode_t
|
||||
{"FOLLOWERMODE_FLOAT",FOLLOWERMODE_FLOAT},
|
||||
{"FOLLOWERMODE_GROUND",FOLLOWERMODE_GROUND},
|
||||
|
||||
// screen.h constants
|
||||
{"BASEVIDWIDTH", BASEVIDWIDTH},
|
||||
{"BASEVIDHEIGHT", BASEVIDHEIGHT},
|
||||
|
||||
{NULL,0}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue