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:
@ -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()
|
||||||
|
Reference in New Issue
Block a user