diff options
Diffstat (limited to 'NorthstarDLL/core/vanilla.h')
-rw-r--r-- | NorthstarDLL/core/vanilla.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDLL/core/vanilla.h b/NorthstarDLL/core/vanilla.h index fb809a1a..b0797803 100644 --- a/NorthstarDLL/core/vanilla.h +++ b/NorthstarDLL/core/vanilla.h @@ -6,7 +6,7 @@ /// as well as various other small changes for compatibility class VanillaCompatibility { - public: +public: void SetVanillaCompatibility(bool isVanilla) { static bool bInitialised = false; @@ -22,7 +22,7 @@ class VanillaCompatibility return m_bIsVanillaCompatible; } - private: +private: bool m_bIsVanillaCompatible = false; }; |