LASTEXPRESS: Fix playsnd debugger command

This commit is contained in:
Littleboy 2012-08-19 19:24:25 -04:00
parent cd5e750a7f
commit 47fa7abbe0

View file

@ -523,7 +523,7 @@ bool Debugger::cmdPlaySnd(int argc, const char **argv) {
_engine->_system->getMixer()->stopAll();
_soundStream->load(getArchive(name));
_soundStream->load(getArchive(name), 16);
if (argc == 3)
restoreArchive();