Skip to content

Commit

Permalink
ACCESS: Hood newMusic in cmdSpecial
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke authored and dreammaster committed Dec 13, 2014
1 parent 32bbfe3 commit 958dd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/access/amazon/amazon_scripts.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit 958dd0b

Please sign in to comment.