Home
last modified time | relevance | path

Searched refs:getLoopTime (Results 1 – 5 of 5) sorted by relevance

/dports/games/gigalomania/gigalomaniasrc/
H A Dgame.h387 int getLoopTime() const;
H A Dplayer.cpp1052 int loop_time = game_g->getLoopTime(); in doAIUpdate()
H A Dsector.cpp90 int real_loop_time = game_g->getLoopTime(); in update()
1733 int looptime = game_g->getLoopTime(); in doCombat()
1872 int looptime = game_g->getLoopTime(); in doPlayer()
H A Dgamestate.cpp2000 int time_interval = game_g->getLoopTime(); in update()
H A Dgame.cpp3630 int Game::getLoopTime() const { in getLoopTime() function in Game