diff options
Diffstat (limited to 'src/client/client.h')
-rw-r--r-- | src/client/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/client.h b/src/client/client.h index eaf8f87..f342383 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -223,6 +223,7 @@ typedef struct client_state_s { refdef_t refdef; float fov_x; // interpolated + float fov_y; // derived from fov_x assuming 4/3 aspect ratio int lightlevel; vec3_t v_forward, v_right, v_up; // set when refdef.angles is set |