LASTEXPRESS: Fix playsnd debugger command
This commit is contained in:
parent
cd5e750a7f
commit
47fa7abbe0
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ bool Debugger::cmdPlaySnd(int argc, const char **argv) {
|
||||||
|
|
||||||
_engine->_system->getMixer()->stopAll();
|
_engine->_system->getMixer()->stopAll();
|
||||||
|
|
||||||
_soundStream->load(getArchive(name));
|
_soundStream->load(getArchive(name), 16);
|
||||||
|
|
||||||
if (argc == 3)
|
if (argc == 3)
|
||||||
restoreArchive();
|
restoreArchive();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue