Mantis: 0001088

o Added the sound call for Heal Me.


git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@298 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
puzl 2005-07-25 23:43:49 +00:00
parent f10d17f627
commit 2b3e442064

View file

@ -4810,6 +4810,8 @@ bool AvHPlayer::PlaySaying(AvHMessageID inMessageID)
case SAYING_4:
case SAYING_5:
case SAYING_6:
case SAYING_8:
// puzl: 0001088 added SAYING_8
sprintf(theSoundList, kAlienSayingList, (inMessageID - SAYING_1 + 1));
break;
}