1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Update CGlobalVarsBase (#207)

This commit is contained in:
zer0.k
2024-02-10 09:17:18 +01:00
committed by GitHub
parent eb24a788c0
commit 39ad329960

View File

@ -77,8 +77,8 @@ public:
// Simulation ticks - does not increase when game is paused // Simulation ticks - does not increase when game is paused
int tickcount; int tickcount;
// Simulation tick interval // Non-zero when during movement processing, it's the part after the decimal point of the "when" field in player's subtick moves.
float interval_per_tick; float m_flSubtickFraction;
}; };
inline CGlobalVarsBase::CGlobalVarsBase() inline CGlobalVarsBase::CGlobalVarsBase()