]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
video modes in menu now also set vid_pixelheight and vid_conwidth/vid_conheight
[xonotic/darkplaces.git] / client.h
index 6e9c3b3e8a9783b669abb7d4f22ded44936b7d69..c52361e2a58721002f4c0f262cf67930aaffc4cf 100644 (file)
--- a/client.h
+++ b/client.h
@@ -869,11 +869,11 @@ typedef struct refdef_s
 {
        // area to render in
        int x, y, width, height;
-       float fov_x, fov_y;
+       float frustum_x, frustum_y;
 
        // these are set for water warping before
-       // fov_x/fov_y are calculated
-       float fovscale_x, fovscale_y;
+       // frustum_x/frustum_y are calculated
+       float frustumscale_x, frustumscale_y;
 
        // view transform
        matrix4x4_t viewentitymatrix;