diff options
Diffstat (limited to 'engines/kyra/sound.cpp')
-rw-r--r-- | engines/kyra/sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/sound.cpp b/engines/kyra/sound.cpp index c2c85df950..1b7fcda97f 100644 --- a/engines/kyra/sound.cpp +++ b/engines/kyra/sound.cpp @@ -54,7 +54,7 @@ void Sound::voicePlay(const char *file) { strcat(filenamebuffer, _supportedCodes[i].fileext); _compressHandle.close(); - _engine->resource()->fileHandle(filenamebuffer, &fileSize, _compressHandle); + _engine->resource()->getFileHandle(filenamebuffer, &fileSize, _compressHandle); if (!_compressHandle.isOpen()) continue; |