Home
last modified time | relevance | path

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

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_playr.c166 int rightmom = 0; variable
2418 rightmom += NETMOM; in PollMove()
2433 rightmom -= (NETMOM >> 2); in PollMove()
2434 if (rightmom < 0) in PollMove()
2435 rightmom = 0; in PollMove()
2441 if ((GetTicCount() > nettics) && (rightmom > (NETMOM * 2)) && in PollMove()
2444 rightmom = 0; in PollMove()