- compensate sv_fps for timescale value.
- Add a non-dirty-hack fix for client hanging when unpausing a game.
This commit is contained in:
parent
90b35ec5c8
commit
fb18a4b2e4
6 changed files with 35 additions and 15 deletions
|
@ -219,6 +219,10 @@ void CL_ParseSnapshot( msg_t *msg ) {
|
|||
|
||||
newSnap.serverTime = MSG_ReadLong( msg );
|
||||
|
||||
// if we were just unpaused, we can only *now* really let the
|
||||
// change come into effect or the client hangs.
|
||||
cl_paused->modified = 0;
|
||||
|
||||
newSnap.messageNum = clc.serverMessageSequence;
|
||||
|
||||
deltaNum = MSG_ReadByte( msg );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue