Searched defs:r_outofedges (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dr_main.c39 int r_outofedges; variable
1061 if (r_reportedgeout.value && r_outofedges)
1062 Con_Printf ("Short roughly %d edges\n", r_outofedges * 2 / 3);
/external/quake/quake/src/WinQuake/
H A Dr_main.cpp39 int r_outofedges; variable
1042 if (r_reportedgeout.value && r_outofedges)
1043 Con_Printf ("Short roughly %d edges\n", r_outofedges * 2 / 3);

Completed in 40 milliseconds