mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-22 16:52:30 +08:00
Custom Sky Color and unify some stuff (#1779)
This commit is contained in:
@ -32,7 +32,7 @@ namespace big
|
||||
handling_profiles m_handling_profiles;
|
||||
|
||||
// contains the handling profiles of a vehicles before they're been modified
|
||||
std::unordered_map<std::uint32_t, handling_profile> m_vehicle_backups;
|
||||
std::unordered_map<uint32_t, handling_profile> m_vehicle_backups;
|
||||
};
|
||||
|
||||
inline handling_service* g_handling_service{};
|
||||
|
Reference in New Issue
Block a user