Misc fixes

This commit is contained in:
hondacrx
2021-01-19 13:52:34 -05:00
parent 2d2392d6bb
commit f38fdfc781
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -2031,7 +2031,7 @@ namespace Game.AI
{
List<uint> sounds = new List<uint>();
var randomSound = e.Action.randomSound;
foreach (var id in new[] { randomSound.sound1, randomSound.sound2, randomSound.sound3, randomSound.sound4, randomSound.sound5 })
foreach (var id in new[] { randomSound.sound1, randomSound.sound2, randomSound.sound3, randomSound.sound4 })
if (id != 0)
sounds.Add(id);