aboutsummaryrefslogtreecommitdiff
path: root/queen/cutaway.cpp
diff options
context:
space:
mode:
authorGregory Montoir2003-12-20 16:54:46 +0000
committerGregory Montoir2003-12-20 16:54:46 +0000
commit33ca6ecfa5d97db0e63092268eca4e94c0851fa3 (patch)
tree8204d6ccfbc599ef7e4f7a6a48f660372653669d /queen/cutaway.cpp
parent2c19e18fc85becb52fceab42c7bddf19a0913459 (diff)
downloadscummvm-rg350-33ca6ecfa5d97db0e63092268eca4e94c0851fa3.tar.gz
scummvm-rg350-33ca6ecfa5d97db0e63092268eca4e94c0851fa3.tar.bz2
scummvm-rg350-33ca6ecfa5d97db0e63092268eca4e94c0851fa3.zip
some code to play the 'room background sfx' (equivalent to sfxplay(NULLstr))
svn-id: r11786
Diffstat (limited to 'queen/cutaway.cpp')
-rw-r--r--queen/cutaway.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp
index 2f968eff87..fc679a6882 100644
--- a/queen/cutaway.cpp
+++ b/queen/cutaway.cpp
@@ -1366,7 +1366,7 @@ void Cutaway::handleText(
char voiceFileName[MAX_STRING_SIZE];
findCdCut(_basename, index, voiceFileName);
strcat(voiceFileName, "1");
- _vm->sound()->sfxPlay(voiceFileName);
+ _vm->sound()->playSfx(voiceFileName);
}
int i;