Expose BASEVIDWIDTH and BASEVIDHEIGHT to Lua and SOC

https://git.do.srb2.org/STJr/SRB2/-/merge_requests/2468
This commit is contained in:
NepDisk 2024-08-01 02:20:28 -04:00
parent 73d324b2a2
commit 78e15d489b

View file

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