Home
last modified time | relevance | path

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

/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/SDL/
H A Di_video.c232 static int mwheeluptic = 0, mwheeldowntic = 0; in I_GetEvent() local
297 mwheeldowntic = gametic; in I_GetEvent()
332 if(mwheeldowntic && mwheeldowntic + 1 < gametic) in I_GetEvent()
337 mwheeldowntic = 0; in I_GetEvent()