Home
last modified time | relevance | path

Searched refs:lastKickVote_ (Results 1 – 2 of 2) sorted by relevance

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/engine/
H A DeVoter.h102 …double lastKickVote_; //!< the last time a kick vote was issued for this… variable
H A DeVoter.cpp1296 if ( time < voter->lastKickVote_ + se_minTimeBetweenKicks ) in DoCheckValid()
1304 voter->lastKickVote_ = time; in DoCheckValid()
1771 lastKickVote_ = -1E+40; in eVoter()
2010 voter->lastKickVote_ = -1E30; in GetVoter()