mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Uninitialized variable was causing nondeterministic weirdness in Atlas.
This was SVN commit r12275.
This commit is contained in:
@@ -135,6 +135,7 @@ public:
|
||||
|
||||
virtual void Init(const CParamNode& paramNode)
|
||||
{
|
||||
m_previouslyRendered = false;
|
||||
m_Unit = NULL;
|
||||
m_Visibility = ICmpRangeManager::VIS_HIDDEN;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user