diff --git a/includes/GameInformations.h b/includes/GameInformations.h index d81a5cc..c0767f8 100644 --- a/includes/GameInformations.h +++ b/includes/GameInformations.h @@ -3,6 +3,7 @@ // Shared structure values with Core dll struct GameInfos { float FOVIn; + float CompensatedFOV; float FOVOut; float cameraIn; float cameraOut;