• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

This is a fork of Zandronum Beta for Mac Os (Silicon and Intel)


Commit MetaInfo

Revisão54a0756c42925e6e58f232c9512a02afe54a4594 (tree)
Hora2022-10-11 22:38:03
AutorAdam Kaminski <kaminskiadam9@gmai...>
CommiterAdam Kaminski

Mensagem de Log

Removed two unused variables.

Mudança Sumário

Diff

diff -r be78ea845879 -r 54a0756c4292 src/sv_main.cpp
--- a/src/sv_main.cpp Tue Oct 11 09:37:09 2022 -0400
+++ b/src/sv_main.cpp Tue Oct 11 09:38:03 2022 -0400
@@ -6163,8 +6163,6 @@
61636163 }
61646164 else
61656165 {
6166- ULONG oldPing = p->ulPing;
6167- ULONG ulPingAverages = p->ulPingAverages;
61686166 p->ulPing = ( p->ulPingAverages * p->ulPing + currentPing ) / ( 1 + p->ulPingAverages );
61696167 // [BB] The most recent ping measurement should always have a noticeable influence on the average ping.
61706168 if ( p->ulPingAverages < 20 )