0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-01 15:01:00 +00:00

Set the hull depth for the client box_hull.

Yet another missed hull :/
This commit is contained in:
Bill Currie 2013-01-12 21:58:30 +09:00
parent 00639aa9d1
commit f738e74e9d

View file

@ -64,6 +64,7 @@ PM_InitBoxHull (void)
box_hull.planes = box_planes;
box_hull.firstclipnode = 0;
box_hull.lastclipnode = 5;
box_hull.depth = 6;
for (i = 0; i < 6; i++) {
box_clipnodes[i].planenum = i;