Save FOV value to settings (#670)
* Save FOV value to settings.dat * Batch font drawing to fix debug overlay FPS * Revert "Batch font drawing to fix debug overlay FPS" This reverts commit 7dcecdbd4d6037194e75d9fe3130845dd8690928.
This commit is contained in:
@@ -65,8 +65,8 @@ typedef struct
|
||||
// In-Menu sensitivity
|
||||
unsigned char ucMenuSensitivity;
|
||||
unsigned char ucInterfaceOpacity;
|
||||
unsigned char ucPad02;//2 bytes of padding added here
|
||||
unsigned char usPad03;
|
||||
unsigned char ucPad02; // 1 byte padding
|
||||
unsigned char ucFov;
|
||||
|
||||
// Adding another bitmask flag for more settings for 1.8.2
|
||||
unsigned int uiBitmaskValues; // 0x00000001 - eGameSetting_Clouds - on
|
||||
|
||||
Reference in New Issue
Block a user