Skip to content

Commit

Permalink
ACCESS: MM - Hook cmdSpecial6
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Feb 3, 2015
1 parent 798733c commit 4ab79fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/access/martian/martian_scripts.cpp
Expand Up @@ -125,7 +125,7 @@ void MartianScripts::executeSpecial(int commandIndex, int param1, int param2) {
doIntro(param1);
break;
case 6:
warning("TODO: cmdSpecial6");
cmdSpecial6();
break;
case 7:
warning("TODO: cmdSpecial7");
Expand Down

0 comments on commit 4ab79fa

Please sign in to comment.