[Scummvm-git-logs] scummvm master -> 8bd45a08f581f82e579784e76ede26d596f58adc
dreammaster
dreammaster at scummvm.org
Sat Mar 24 21:56:14 CET 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8bd45a08f5 XEEN: Fix voice sample when leaving tavern
Commit: 8bd45a08f581f82e579784e76ede26d596f58adc
https://github.com/scummvm/scummvm/commit/8bd45a08f581f82e579784e76ede26d596f58adc
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-03-24T16:56:10-04:00
Commit Message:
XEEN: Fix voice sample when leaving tavern
Changed paths:
engines/xeen/locations.cpp
diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp
index 61a9626..95bb7c7 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;
}
More information about the Scummvm-git-logs
mailing list