Update CGlobalVarsBase (#324)

This commit is contained in:
zer0.k 2025-08-03 21:59:42 +02:00 committed by GitHub
parent 02e291133a
commit 774d82f598
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,8 +50,6 @@ public:
FnGlobalVarsWarningFunc m_pfnWarningFunc;
// Time spent on last server or client frame (has nothing to do with think intervals)
float frametime;
// Current time
//
@ -69,7 +67,9 @@ public:
// - During prediction, this is based on the client's current tick:
// [client_current_tick * tick_interval]
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
float unknown6;