9a76eea2f5a4966f140916a40d0f5bf4b00fb01becea45defab258134a175bcf8a178f1ac7e4243e
1053
 
1053
 
1054
                                if (PlayerStatus.sound_mouth == SOUND_NOACTIVEINDEX) 
1054
                                if (PlayerStatus.sound_mouth == SOUND_NOACTIVEINDEX) 
1055
                                {
1055
                                {
1056
                                    PlayMarineScream(0, MSC_Jump, 0, &PlayerStatus.sound_mouth, NULL);
1056
                                    SpeciesSound(0, MSC_Jump, 0, &PlayerStatus.sound_mouth, NULL, HUMAN_SOUND);
1057
 
1057
 
1058
                                    if(SinglePlayer != AvP.PlayMode)
1058
                                    if(SinglePlayer != AvP.PlayMode)
1059
                                        netGameData.myLastScream = MSC_Jump;
1059
                                        netGameData.myLastScream = MSC_Jump;
...
 
...
 
1070
 
1070
 
1071
                                if (PlayerStatus.sound_mouth == SOUND_NOACTIVEINDEX) 
1071
                                if (PlayerStatus.sound_mouth == SOUND_NOACTIVEINDEX) 
1072
                                {
1072
                                {
1073
                                    PlayPredatorSound(0, PSC_Jump, 0, &PlayerStatus.sound_mouth, NULL);
1073
                                    SpeciesSound(0, PSC_Jump, 0, &PlayerStatus.sound_mouth, NULL, PREDATOR_SOUND);
1074
 
1074
 
1075
                                    if(SinglePlayer != AvP.PlayMode)
1075
                                    if(SinglePlayer != AvP.PlayMode)
1076
                                        netGameData.myLastScream = PSC_Jump;
1076
                                        netGameData.myLastScream = PSC_Jump;