From 0c487423d1e47b6cc849d8f8ff13b17dd7f7c0dd Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 7 Feb 2018 20:31:58 -0500 Subject: XEEN: Compilation fix --- engines/xeen/worldofxeen/clouds_cutscenes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/xeen/worldofxeen') diff --git a/engines/xeen/worldofxeen/clouds_cutscenes.cpp b/engines/xeen/worldofxeen/clouds_cutscenes.cpp index 25bf39e556..e3082b9acd 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; -- cgit v1.2.3