Home
last modified time | relevance | path

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

/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/network/
H A Dserver_interface.h127 time_t getGameStartTime() const { return gameStartTime; } in getGameStartTime() function
H A Dconnection_slot.cpp1384 if(this->serverInterface->getGameStartTime() > 0 && in update()
1385 …difftime((long int)time(NULL),this->serverInterface->getGameStartTime()) >= LAG_CHECK_GRACE_PERIOD… in update()