Skip to content

Commit

Permalink
ACCESS: Fix playSound call
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Aug 31, 2014
1 parent 2f5fb20 commit b5b298a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/access/access.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit b5b298a

Please sign in to comment.