Mute shellmap combat

This commit is contained in:
Paul Chote
2010-10-14 20:03:36 +13:00
parent 9c944924de
commit 4bdf675def
3 changed files with 19 additions and 5 deletions

View File

@@ -111,7 +111,8 @@ namespace OpenRA
p.Stances[q] = Stance.Neutral;
PathFinder = new PathFinder(this);
Sound.SoundVolumeModifier = 1.0f;
foreach (var wlh in WorldActor.TraitsImplementing<IWorldLoaded>())
wlh.WorldLoaded(this);
}