Changed: #825 Remove all warnings when compiling Ryzom
This commit is contained in:
parent
28f661b72b
commit
55a359bdab
1 changed files with 3 additions and 0 deletions
|
@ -493,6 +493,9 @@ void CClusteredSound::soundTraverse(const std::vector<CCluster *> &clusters, CSo
|
|||
CSoundTravContext &travContext = curClusters.back().second;
|
||||
|
||||
CClusterSoundStatus css;
|
||||
css.DistFactor = 0.0f;
|
||||
css.Position = CVector::Null;
|
||||
css.PosAlpha = 0.0f;
|
||||
css.Gain = travContext.Gain;
|
||||
css.Dist = travContext.Dist;
|
||||
css.Direction = travContext.Direction;
|
||||
|
|
Loading…
Reference in a new issue