mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: #825 Remove all warnings when compiling Ryzom
This commit is contained in:
parent
132d35d85c
commit
5ca4d992e3
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