From 8379fba07990d4a54c9de38b06598cb822945e02 Mon Sep 17 00:00:00 2001 From: EmosewaMC <39972741+EmosewaMC@users.noreply.github.com> Date: Thu, 31 Mar 2022 18:46:56 -0700 Subject: [PATCH] added initializer --- dGame/dComponents/CharacterComponent.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dGame/dComponents/CharacterComponent.cpp b/dGame/dComponents/CharacterComponent.cpp index 4e9f4318..b0561fc6 100644 --- a/dGame/dComponents/CharacterComponent.cpp +++ b/dGame/dComponents/CharacterComponent.cpp @@ -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;