diff options
author | Strangerke | 2015-02-04 07:36:24 +0100 |
---|---|---|
committer | Strangerke | 2015-02-04 07:36:24 +0100 |
commit | bb640a85a5d0f0634d78a59dc94573844113f40c (patch) | |
tree | dfe1e7b01dd28eb931f695484e12161d1896efa1 /engines/access | |
parent | dd4028db050eff52602bc44e59dfce6e883dbf39 (diff) | |
download | scummvm-rg350-bb640a85a5d0f0634d78a59dc94573844113f40c.tar.gz scummvm-rg350-bb640a85a5d0f0634d78a59dc94573844113f40c.tar.bz2 scummvm-rg350-bb640a85a5d0f0634d78a59dc94573844113f40c.zip |
ACCESS: MM - Fix compilation
Diffstat (limited to 'engines/access')
-rw-r--r-- | engines/access/martian/martian_scripts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/martian/martian_scripts.cpp b/engines/access/martian/martian_scripts.cpp index 1fb5991737..5962cd9f64 100644 --- a/engines/access/martian/martian_scripts.cpp +++ b/engines/access/martian/martian_scripts.cpp @@ -96,7 +96,7 @@ void MartianScripts::cmdSpecial6() { msg += c; //display the message - _game->sub13D10(msg); + _game->showDeathText(msg); delete notesRes; delete _vm->_objectsTable[0]; |