]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
changed the meaning of VF_PERSPECTIVE false after discussion with Spike,
[xonotic/darkplaces.git] / client.h
index d00873f3a7d23f8e0ce210519d6389a8edd9101d..329d192c4977c5dfbbfb2a2eafe2febb7a2775f3 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1410,6 +1410,7 @@ typedef struct r_view_s
        vec3_t frustumcorner[4];
        // if turned off it renders an ortho view
        int useperspective;
+       float ortho_x, ortho_y;
 
        // screen area to render in
        int x;