fix comment

This commit is contained in:
ZappoMan 2013-11-08 02:24:46 -08:00
parent 8043970df7
commit 20c66386f8

View file

@ -24,7 +24,7 @@
class JurisdictionListener : public NodeListHook, public PacketSender, public ReceivedPacketProcessor {
public:
static const int DEFAULT_PACKETS_PER_SECOND = 1;
static const int NO_SERVER_CHECK_RATE=60;
static const int NO_SERVER_CHECK_RATE = 60; // if no servers yet detected, keep checking at 60fps
JurisdictionListener(PacketSenderNotify* notify = NULL);
~JurisdictionListener();