diff options
Diffstat (limited to 'engines/mohawk/console.cpp')
-rw-r--r-- | engines/mohawk/console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/console.cpp b/engines/mohawk/console.cpp index 1f06663541..67bc77fb9d 100644 --- a/engines/mohawk/console.cpp +++ b/engines/mohawk/console.cpp @@ -216,7 +216,7 @@ bool MystConsole::Cmd_PlaySound(int argc, const char **argv) { return true; } - _vm->_sound->replaceSound((uint16)atoi(argv[1])); + _vm->_sound->replaceSoundMyst((uint16)atoi(argv[1])); return false; } |