-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CGlobals
class and g_pGlobals
, and update code to support
#411
Conversation
44706f2
to
11d383a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good and it seems to run fine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving without proper review per request from @BobTheBob9 to merge. @RoyalBlue1 already looked at it anyway.
CGlobals
class and g_pGlobals
, and update code to support
Signed-off-by: GeckoEidechse <gecko.eidechse+git@pm.me>
revert some changes made by #411
revert some changes made by #411
adds the CGlobals class and global pointer g_pGlobals, contains a few useful engine vars that we can use in preexisting code (code has been updated to do so)