From f738e74e9d1607569a70b4e1348e30a00db2f546 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 12 Jan 2013 21:58:30 +0900 Subject: [PATCH] Set the hull depth for the client box_hull. Yet another missed hull :/ --- qw/source/pmovetst.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qw/source/pmovetst.c b/qw/source/pmovetst.c index 5edad2123..da23aef9d 100644 --- a/qw/source/pmovetst.c +++ b/qw/source/pmovetst.c @@ -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;