We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d6fce commit eb1f859Copy full SHA for eb1f859
Server/mods/deathmatch/logic/CHandlingManager.h
@@ -33,8 +33,8 @@ class CHandlingManager
33
34
// Helper functions
35
eHandlingProperty GetPropertyEnumFromName(const std::string& name) const noexcept;
36
- bool HasModelHandlingChanged(std::uint32_t model) const noexcept;
37
- void SetModelHandlingHasChanged(std::uint32_t model, bool changed) const noexcept;
+ static bool HasModelHandlingChanged(std::uint32_t model) noexcept;
+ static void SetModelHandlingHasChanged(std::uint32_t model, bool changed) noexcept;
38
39
private:
40
void InitializeDefaultHandlings() noexcept;
0 commit comments