mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
STARTREK: Remove more calls to blank sounds
This commit is contained in:
parent
1705cbc846
commit
f7d0670522
@ -381,7 +381,6 @@ void Room::tug2KirkGotWires() {
|
||||
playVoc("NM8EXPLO");
|
||||
loadActorAnim2(OBJECT_BOMB, "t2bbo", -3, 1, 0);
|
||||
playSoundEffectIndex(kSfxPhaser);
|
||||
playSoundEffectIndex(SND_BLANK_16);
|
||||
_awayMission->tug.field35 = 6;
|
||||
loadActorStandAnim(OBJECT_WIRE);
|
||||
giveItem(OBJECT_IWIRING);
|
||||
|
@ -305,7 +305,6 @@ void Room::tug3TalkToElasi1() {
|
||||
void Room::tug3Elasi1DrewPhaser() {
|
||||
playSoundEffectIndex(kSfxPhaser);
|
||||
showBitmapFor5Ticks("t3beem41", 13);
|
||||
playSoundEffectIndex(SND_BLANK_16);
|
||||
loadActorAnim2(OBJECT_12, "sparks", 0xa0, 0xad, 4);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user