Skip to content

Commit

Permalink
XEEN: Fix voice sample when leaving tavern
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Mar 24, 2018
1 parent 4c5592f commit 8bd45a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/xeen/locations.cpp
Expand Up @@ -786,7 +786,7 @@ void TavernLocation::farewell() {
Sound &sound = *g_vm->_sound;

sound.stopSound();
sound.playVoice(_ccNum ? "gdluck1.voc" : "goodbye.voc", 1);
sound.playVoice(_ccNum ? "gdluck1.voc" : "goodbye.voc");

map.mazeData()._mazeNumber = party._mazeId;
}
Expand Down

0 comments on commit 8bd45a0

Please sign in to comment.