mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Update CGlobalVarsBase (#324)
This commit is contained in:
@ -50,8 +50,6 @@ public:
|
|||||||
|
|
||||||
FnGlobalVarsWarningFunc m_pfnWarningFunc;
|
FnGlobalVarsWarningFunc m_pfnWarningFunc;
|
||||||
|
|
||||||
// Time spent on last server or client frame (has nothing to do with think intervals)
|
|
||||||
float frametime;
|
|
||||||
|
|
||||||
// Current time
|
// Current time
|
||||||
//
|
//
|
||||||
@ -69,7 +67,9 @@ public:
|
|||||||
// - During prediction, this is based on the client's current tick:
|
// - During prediction, this is based on the client's current tick:
|
||||||
// [client_current_tick * tick_interval]
|
// [client_current_tick * tick_interval]
|
||||||
float curtime;
|
float curtime;
|
||||||
float rendertime;
|
|
||||||
|
// Time spent on last server or client frame (has nothing to do with think intervals)
|
||||||
|
float frametime;
|
||||||
|
|
||||||
// zer0k: Command queue + interpolation related
|
// zer0k: Command queue + interpolation related
|
||||||
float unknown6;
|
float unknown6;
|
||||||
|
Reference in New Issue
Block a user