Home
last modified time | relevance | path

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

/dports/games/heretic/glheretic-1.2/
H A Dd_net.c459 int stoptic; in CheckAbort() local
461 stoptic = I_GetTime () + 2; in CheckAbort()
462 while (I_GetTime() < stoptic) in CheckAbort()
/dports/games/uhexen/uhexen-0.601/src/
H A Dd_net.c499 int stoptic; in CheckAbort() local
501 stoptic = I_GetTime () + 2; in CheckAbort()
502 while (I_GetTime() < stoptic) in CheckAbort()