|
From: Jeff M. <jef...@us...> - 2007-02-28 22:32:34
|
Update of /cvsroot/bzflag/bzflag/src/bzfs In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12375 Modified Files: Tag: v2_0branch commands.cxx Log Message: set the correct threshold Index: commands.cxx =================================================================== RCS file: /cvsroot/bzflag/bzflag/src/bzfs/commands.cxx,v retrieving revision 2.139.2.39 retrieving revision 2.139.2.40 diff -w -u -r2.139.2.39 -r2.139.2.40 --- commands.cxx 8 Feb 2007 00:57:49 -0000 2.139.2.39 +++ commands.cxx 28 Feb 2007 22:32:32 -0000 2.139.2.40 @@ -1603,7 +1603,7 @@ snprintf(reply, MessageLen, "jitterdrop is set to %d", clOptions->maxjitterwarn); } - LagInfo::setThreshold(clOptions->jitterwarnthresh, + LagInfo::setJitterThreshold(clOptions->jitterwarnthresh, (float)clOptions->maxjitterwarn); sendMessage(ServerPlayer, t, reply); return true; |