diff --git a/nq/source/cl_screen.c b/nq/source/cl_screen.c index 31ce22a74..f418db4ac 100644 --- a/nq/source/cl_screen.c +++ b/nq/source/cl_screen.c @@ -82,7 +82,7 @@ SCR_CShift (void) mleaf_t *leaf; int contents = CONTENTS_EMPTY; - if (cls.signon != SIGNONS && cl.worldmodel) { + if (cls.signon == SIGNONS && cl.worldmodel) { leaf = Mod_PointInLeaf (r_refdef.vieworg, cl.worldmodel); contents = leaf->contents; }