]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - view.c
corrected OPTIONS_ITEMS and OPTIONS_GRAPHICS_ITEMS constants (the last 3 items of...
[xonotic/darkplaces.git] / view.c
diff --git a/view.c b/view.c
index 4d0de9c8a770c55b9d158b0d5185075a96eca868..c3ccb51fc12c5b060582f190c98ef4ee7d32ea49 100644 (file)
--- a/view.c
+++ b/view.c
@@ -351,8 +351,6 @@ void V_CalcRefdef (void)
        entity_t *ent;
        float vieworg[3], gunorg[3], viewangles[3];
        trace_t trace;
-       if(csqc_loaded)
-               return;
        VectorClear(gunorg);
        viewmodelmatrix = identitymatrix;
        r_view.matrix = identitymatrix;