ACCESS: Rename loadSoundTable

This commit is contained in:
Strangerke 2014-12-27 16:55:07 +01:00
parent 3c3ff0a3aa
commit 6a7834a05e
4 changed files with 6 additions and 6 deletions

View file

@ -95,7 +95,7 @@ void AmazonScripts::mWhile1() {
_vm->_oldRects.clear();
_sequence = 2200;
_vm->_sound->queueSound(0, 14, 15);
_vm->_sound->loadSoundTable(0, 14, 15);
do {
cLoop();