Home
last modified time | relevance | path

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

/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dworld.c643 static void WackyBugFixer(float *p1, float *p2, float *frac, float *mid) in WackyBugFixer() function
801 WackyBugFixer(p1, p2, &frac, mid); in SV_RecursiveHullCheck()
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dworld.c714 void WackyBugFixer(float *p1f, float *p2f, float *p1, float *p2, float *frac, float *midf, float *m… in WackyBugFixer() function
854 WackyBugFixer(&p1f, &p2f, p1, p2, &frac, &midf, mid); in SV_RecursiveHullCheck()