[Scummvm-git-logs] scummvm master -> 0c487423d1e47b6cc849d8f8ff13b17dd7f7c0dd

dreammaster dreammaster at scummvm.org
Thu Feb 8 02:31:59 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:
0c487423d1 XEEN: Compilation fix


Commit: 0c487423d1e47b6cc849d8f8ff13b17dd7f7c0dd
    https://github.com/scummvm/scummvm/commit/0c487423d1e47b6cc849d8f8ff13b17dd7f7c0dd
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-02-07T20:31:58-05:00

Commit Message:
XEEN: Compilation fix

Changed paths:
    engines/xeen/worldofxeen/clouds_cutscenes.cpp


diff --git a/engines/xeen/worldofxeen/clouds_cutscenes.cpp b/engines/xeen/worldofxeen/clouds_cutscenes.cpp
index 25bf39e..e3082b9 100644
--- a/engines/xeen/worldofxeen/clouds_cutscenes.cpp
+++ b/engines/xeen/worldofxeen/clouds_cutscenes.cpp
@@ -768,7 +768,7 @@ bool CloudsCutscenes::showCloudsEnding3() {
 
 		for (int frameCtr = 0; frameCtr < 3; ++frameCtr) {
 			if (frameCtr == 2)
-				sound.playSound(Common::String::format("%s.voc", mon._attackVoc));
+				sound.playSound(Common::String::format("%s.voc", mon._attackVoc.c_str()));
 
 			ROTATE_BG;
 			counter1 = (counter1 + 1) % 8;





More information about the Scummvm-git-logs mailing list