diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/xeen/worldofxeen/clouds_cutscenes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |