diff options
-rw-r--r-- | engines/xeen/locations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp index 61a96260a3..95bb7c7649 100644 --- a/engines/xeen/locations.cpp +++ b/engines/xeen/locations.cpp @@ -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; } |