Don't use magic numbers for the LCT
This commit is contained in:
parent
0a2ce69818
commit
f38bcfc1bd
1 changed files with 1 additions and 1 deletions
|
@ -2936,7 +2936,7 @@ void CNetworkConnection::initTicks()
|
|||
_CurrentClientTick = 0;
|
||||
_CurrentServerTick = 0;
|
||||
_MsPerTick = 100;
|
||||
_LCT = 1000;
|
||||
_LCT = LCT;
|
||||
}
|
||||
|
||||
void CNetworkConnection::reinit()
|
||||
|
|
Loading…
Reference in a new issue