Skip to content

Commit

Permalink
ACCESS: MM - Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Feb 4, 2015
1 parent dd4028d commit bb640a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/access/martian/martian_scripts.cpp
Expand Up @@ -96,7 +96,7 @@ void MartianScripts::cmdSpecial6() {
msg += c;

//display the message
_game->sub13D10(msg);
_game->showDeathText(msg);

delete notesRes;
delete _vm->_objectsTable[0];
Expand Down

0 comments on commit bb640a8

Please sign in to comment.