1
0
mirror of https://github.com/Mauler125/r5sdk.git synced 2025-02-09 19:15:03 +01:00

Fix bug in CGlobalVarsBase

Field 'm_flTickInterval' should be float, not int.
This commit is contained in:
Kawe Mazidjatari 2023-04-10 22:30:57 +02:00
parent b75fb7913f
commit d2e0621163

@ -36,7 +36,7 @@ public:
int m_nMaxClients; // Max players as specified in the playlists file.
GameMode_t m_nGameMode; // 1 (MP) 2 (PVE) 3 (SP)
int m_nTickCount; // Simulation ticks - resets on restart.
int m_flTickInterval;
float m_flTickInterval;
int m_nUnk1;
int m_nUnk2;