Update CGlobalVars after 23/05/2024 CS2 update (#245)

This commit is contained in:
xen 2024-05-24 05:48:58 +03:00 committed by GitHub
parent e33c795e4e
commit 2567e50a3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View File

@ -46,6 +46,9 @@ public:
CGlobalVars();
public:
int unknown8;
int unknown9;
// Current map
string_t mapname;

View File

@ -44,6 +44,9 @@ public:
// zer0k: Command queue related
int unknown1;
int unknown2;
int unknown3;
int unknown4;
int unknown5;
FnGlobalVarsWarningFunc m_pfnWarningFunc;
@ -69,8 +72,8 @@ public:
float rendertime;
// zer0k: Command queue + interpolation related
float unknown3;
float unknown4;
float unknown6;
float unknown7;
bool m_bInSimulation;
bool m_bEnableAssertions;