aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood
diff options
context:
space:
mode:
authorMatthew Hoops2011-10-28 15:38:10 -0400
committerMatthew Hoops2011-10-28 15:38:24 -0400
commit6d01961158e663a6720d2139853dae5f15a4d75c (patch)
tree6abf198f377c0455d33becdd155a9141d5f484c5 /engines/pegasus/neighborhood
parent2f1c67ab5982e75fc0f63bc12e3c8431481128c7 (diff)
downloadscummvm-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/neighborhood')
-rw-r--r--engines/pegasus/neighborhood/neighborhood.cpp2
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();