mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 09:49:04 +00:00
Don't use magic numbers for the LCT
This commit is contained in:
parent
107e019372
commit
d1b6c94ba2
1 changed files with 1 additions and 1 deletions
|
@ -2936,7 +2936,7 @@ void CNetworkConnection::initTicks()
|
||||||
_CurrentClientTick = 0;
|
_CurrentClientTick = 0;
|
||||||
_CurrentServerTick = 0;
|
_CurrentServerTick = 0;
|
||||||
_MsPerTick = 100;
|
_MsPerTick = 100;
|
||||||
_LCT = 1000;
|
_LCT = LCT;
|
||||||
}
|
}
|
||||||
|
|
||||||
void CNetworkConnection::reinit()
|
void CNetworkConnection::reinit()
|
||||||
|
|
Loading…
Reference in a new issue