0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-04-14 14:13:15 +00:00

Merge branch 'expose-maxvid-const' into 'next'

Expose BASEVIDWIDTH and BASEVIDHEIGHT to Lua and SOC

See merge request 
This commit is contained in:
sphere 2024-06-03 12:56:44 +00:00
commit af8337cd61

View file

@ -5804,6 +5804,10 @@ struct int_const_s const INT_CONST[] = {
{"MB_SCROLLUP",MB_SCROLLUP},
{"MB_SCROLLDOWN",MB_SCROLLDOWN},
// screen.h constants
{"BASEVIDWIDTH",BASEVIDWIDTH},
{"BASEVIDHEIGHT",BASEVIDHEIGHT},
{NULL,0}
};