diff options
author | Matthew Hoops | 2011-10-28 15:38:10 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-10-28 15:38:24 -0400 |
commit | 6d01961158e663a6720d2139853dae5f15a4d75c (patch) | |
tree | 6abf198f377c0455d33becdd155a9141d5f484c5 /engines/pegasus | |
parent | 2f1c67ab5982e75fc0f63bc12e3c8431481128c7 (diff) | |
download | scummvm-rg350-6d01961158e663a6720d2139853dae5f15a4d75c.tar.gz scummvm-rg350-6d01961158e663a6720d2139853dae5f15a4d75c.tar.bz2 scummvm-rg350-6d01961158e663a6720d2139853dae5f15a4d75c.zip |
PEGASUS: Disable erase when reinstating the monocle
Diffstat (limited to 'engines/pegasus')
-rw-r--r-- | engines/pegasus/neighborhood/neighborhood.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/neighborhood/neighborhood.cpp b/engines/pegasus/neighborhood/neighborhood.cpp index 36ae4860b5..00abb02624 100644 --- a/engines/pegasus/neighborhood/neighborhood.cpp +++ b/engines/pegasus/neighborhood/neighborhood.cpp @@ -1718,7 +1718,7 @@ void Neighborhood::initOneMovie(Movie *movie, const Common::String &movieName, t } void Neighborhood::reinstateMonocleInterface() { - // TODO: Disable erase? + _vm->_gfx->disableErase(); _vm->createInterface(); |