fix: miscellaneous bugs + crashes (#52)

Reviewed-on: https://git.neolegacy.dev/neoStudiosLCE/neoLegacy/pulls/52
This commit is contained in:
Fireblade
2026-07-18 00:22:17 +01:00
parent 3c73512a40
commit be92d90bcb
194 changed files with 342503 additions and 24 deletions
+2 -2
View File
@@ -65,7 +65,7 @@ typedef struct
// In-Menu sensitivity
unsigned char ucMenuSensitivity;
unsigned char ucInterfaceOpacity;
unsigned char ucPad02; // 1 byte padding
unsigned char ucControlType;
unsigned char ucFov;
// Adding another bitmask flag for more settings for 1.8.2
@@ -85,7 +85,7 @@ typedef struct
// 0x00000200 - eGameSetting_CustomSkinAnim - on
// TU9 // 0x00000400 - eGameSetting_DeathMessages - on
// 0x00070000 - eGameSetting_ControlType - 0..6
// ucControlType stores eGameSetting_ControlType (0..6)
// Adding another bitmask to store "special" completion tasks for the tutorial
unsigned int uiSpecialTutorialBitmask;