Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dscreen.c563 static tic_t entertic, oldentertics = 0, antisplice[2] = {48,0}; in SCR_DisplayMarathonInfo() local
582 marathontime += entertic - oldentertics; in SCR_DisplayMarathonInfo()
587 antisplice[0] += (entertic - oldentertics)*PRIMEV2; in SCR_DisplayMarathonInfo()
589 antisplice[1] += (entertic - oldentertics)*PRIMEV1; in SCR_DisplayMarathonInfo()
596 oldentertics = entertic; in SCR_DisplayMarathonInfo()
H A Dd_main.c632 tic_t oldentertics = 0, entertic = 0, realtics = 0, rendertimeout = INFTICS; in D_SRB2Loop() local
645 oldentertics = I_GetTime(); in D_SRB2Loop()
687 oldentertics = lastwipetic; in D_SRB2Loop()
693 realtics = entertic - oldentertics; in D_SRB2Loop()
694 oldentertics = entertic; in D_SRB2Loop()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dd_loop.c685 static int oldentertics; in TryRunTics() local
697 realtics = entertic - oldentertics; in TryRunTics()
698 oldentertics = entertic; in TryRunTics()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dd_loop.c689 static int oldentertics; in TryRunTics() local
696 realtics = entertic - oldentertics; in TryRunTics()
697 oldentertics = entertic; in TryRunTics()
/dports/games/heretic/glheretic-1.2/
H A Dd_net.c658 static int oldentertics; in TryRunTics() local
667 realtics = entertic - oldentertics; in TryRunTics()
668 oldentertics = entertic; in TryRunTics()
/dports/games/uhexen/uhexen-0.601/src/
H A Dd_net.c791 static int oldentertics; in TryRunTics() local
800 realtics = entertic - oldentertics; in TryRunTics()
801 oldentertics = entertic; in TryRunTics()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dd_net.cpp138 static int oldentertics; variable
340 oldentertics = entertic; in Net_ClearBuffers()
1820 entertic = I_WaitForTic (oldentertics); in TryRunTics()
1826 realtics = entertic - oldentertics; in TryRunTics()
1827 oldentertics = entertic; in TryRunTics()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dd_main.c892 tic_t oldentertics, entertic, realtics, rendertimeout = -1; in D_DoomLoop() local
918 oldentertics = I_GetTime(); in D_DoomLoop()
944 realtics = entertic - oldentertics; in D_DoomLoop()
945 oldentertics = entertic; in D_DoomLoop()