mirror of
https://github.com/unknownworlds/NS.git
synced 2024-11-10 07:11:48 +00:00
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:
parent
f10d17f627
commit
2b3e442064
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue