Home
last modified time | relevance | path

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

/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dd_main.c179 int wipestart; in D_Display() local
312 wipestart = I_GetTime () - 1; in D_Display()
319 tics = nowtime - wipestart; in D_Display()
323 wipestart = nowtime; in D_Display()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dd_main.c221 int wipestart; in D_Display() local
374 wipestart = I_GetTime () - 1; in D_Display()
381 tics = nowtime - wipestart; in D_Display()
386 wipestart = nowtime; in D_Display()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dd_main.c221 int wipestart; in D_Display() local
374 wipestart = I_GetTime () - 1; in D_Display()
381 tics = nowtime - wipestart; in D_Display()
386 wipestart = nowtime; in D_Display()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dd_main.c510 static int wipestart; in D_RunFrame() local
518 tics = nowtime - wipestart; in D_RunFrame()
522 wipestart = nowtime; in D_RunFrame()
546 wipestart = I_GetTime () - 1; in D_RunFrame()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dd_main.c560 tic_t wipestart; in D_Display() local
857 wipestart = I_GetTime() - 1; in D_Display()
858 y = wipestart + 2 * TICRATE; // init a timeout in D_Display()
864 tics = nowtime - wipestart; in D_Display()
866 wipestart = nowtime; in D_Display()
/dports/games/prboom/prboom-2.5.0/src/
H A Dd_main.c174 int wipestart = I_GetTime () - 1; in D_Wipe() local
183 tics = nowtime - wipestart; in D_Wipe()
186 wipestart = nowtime; in D_Wipe()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dd_main.c214 int wipestart = I_GetTime () - 1; in D_Wipe() local
224 tics = nowtime - wipestart; in D_Wipe()
227 wipestart = nowtime; in D_Wipe()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dd_main.cpp890 unsigned int wipestart, nowtime, diff; in D_Display() local
897 wipestart = I_MSTime(); in D_Display()
906 diff = (nowtime - wipestart) * 40 / 1000; // Using 35 here feels too slow. in D_Display()
908 wipestart = nowtime; in D_Display()