mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-23 04:27:25 +08:00
fix: Add "Aimbot distance" to saved settings (#1162)
This commit is contained in:
parent
f6da0f1ceb
commit
4922e60d89
@ -666,7 +666,7 @@ namespace big
|
|||||||
float fov = 90.f;
|
float fov = 90.f;
|
||||||
float distance = 200.f;
|
float distance = 200.f;
|
||||||
std::uint32_t selected_bone = 0x796E; // Default to head
|
std::uint32_t selected_bone = 0x796E; // Default to head
|
||||||
NLOHMANN_DEFINE_TYPE_INTRUSIVE(aimbot, enable, smoothing, smoothing_speed, fov, selected_bone)
|
NLOHMANN_DEFINE_TYPE_INTRUSIVE(aimbot, enable, smoothing, smoothing_speed, fov, distance, selected_bone)
|
||||||
} aimbot{};
|
} aimbot{};
|
||||||
|
|
||||||
CustomWeapon custom_weapon = CustomWeapon::NONE;
|
CustomWeapon custom_weapon = CustomWeapon::NONE;
|
||||||
@ -842,4 +842,4 @@ namespace big
|
|||||||
};
|
};
|
||||||
|
|
||||||
inline auto g = menu_settings();
|
inline auto g = menu_settings();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user