added initializer

This commit is contained in:
EmosewaMC 2022-03-31 18:46:56 -07:00
parent 4bc5c8194f
commit 8379fba079

View File

@ -32,6 +32,7 @@ CharacterComponent::CharacterComponent(Entity* parent, Character* character) : C
m_EditorEnabled = false;
m_EditorLevel = m_GMLevel;
m_Reputation = 0;
m_CurrentActivity = 0;
m_CountryCode = 0;