Working towards making monsters eat dead characters (WIP)

This commit is contained in:
Joonas Rikkonen
2017-06-19 19:24:59 +03:00
parent 06e23ffe6d
commit aa541695fc
6 changed files with 63 additions and 35 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ namespace Barotrauma
{
switch (aiController.State)
{
case AIController.AiState.Attack:
case AIController.AIState.Attack:
PlaySound(CharacterSound.SoundType.Attack);
break;
default: