• R/O
  • SSH

Commit

Tags
Aucun tag

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 used on servers hosted by The Sentinels Playground (TSPG), Euroboros (EB), and Down Under Doomers (DUD).


Commit MetaInfo

Révision54a0756c42925e6e58f232c9512a02afe54a4594 (tree)
l'heure2022-10-11 22:38:03
AuteurAdam Kaminski <kaminskiadam9@gmai...>
CommiterAdam Kaminski

Message de Log

Removed two unused variables.

Change Summary

Modification

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 )