diff options
author | Strangerke | 2014-11-02 18:02:54 +0100 |
---|---|---|
committer | Paul Gilbert | 2014-12-12 22:21:18 -0500 |
commit | 958dd0b77bb7becc489d717806bbb96734901217 (patch) | |
tree | c898d459cf43fc5ad28a50e48e493e4b2346116d /engines/access/amazon | |
parent | 32bbfe3f606b1d02ec9283c92ceb8c74264c3008 (diff) | |
download | scummvm-rg350-958dd0b77bb7becc489d717806bbb96734901217.tar.gz scummvm-rg350-958dd0b77bb7becc489d717806bbb96734901217.tar.bz2 scummvm-rg350-958dd0b77bb7becc489d717806bbb96734901217.zip |
ACCESS: Hood newMusic in cmdSpecial
Diffstat (limited to 'engines/access/amazon')
-rw-r--r-- | engines/access/amazon/amazon_scripts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/amazon/amazon_scripts.cpp b/engines/access/amazon/amazon_scripts.cpp index 3e7fd4e84e..9ecaadd6aa 100644 --- a/engines/access/amazon/amazon_scripts.cpp +++ b/engines/access/amazon/amazon_scripts.cpp @@ -390,7 +390,7 @@ void AmazonScripts::executeSpecial(int commandIndex, int param1, int param2) { guard(); break; case 10: - warning("TODO NEWMUSIC"); + _vm->_sound->newMusic(param1, param2); break; case 11: plotInactive(); |