diff --git a/dGame/dComponents/GhostComponent.h b/dGame/dComponents/GhostComponent.h index 01443c1b..8ea05397 100644 --- a/dGame/dComponents/GhostComponent.h +++ b/dGame/dComponents/GhostComponent.h @@ -63,7 +63,7 @@ private: bool m_GhostOverride; - bool m_IsGMInvisible; + bool m_IsGMInvisible{ false }; };