diff options
-rw-r--r-- | engines/access/access.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/access.cpp b/engines/access/access.cpp index 29b7fd6e5c..55af992dbb 100644 --- a/engines/access/access.cpp +++ b/engines/access/access.cpp @@ -275,7 +275,7 @@ void AccessEngine::speakText(ASurface *s, Common::Array<Common::String> msgArr) while(true) { _sound->_soundTable[0] = _sound->loadSound(_narateFile + 99, _sndSubFile); _sound->_soundPriority[0] = 1; - _sound->playSound(1); + _sound->playSound(0); _scripts->cmdFreeSound(); _events->pollEvents(); |