aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2018-07-23 14:47:27 +0200
committerEugene Sandulenko2018-07-23 14:47:27 +0200
commit6fc6ce3ac413d220a56da27a15c24792bde31838 (patch)
treed205539278db727a994932f49d56394d4739c621 /engines
parent88ca3cd0746769431dcb0142896e7ae563a80af8 (diff)
downloadscummvm-rg350-6fc6ce3ac413d220a56da27a15c24792bde31838.tar.gz
scummvm-rg350-6fc6ce3ac413d220a56da27a15c24792bde31838.tar.bz2
scummvm-rg350-6fc6ce3ac413d220a56da27a15c24792bde31838.zip
PINK: Rely on MacWindoManager to restore screen after menu
Diffstat (limited to 'engines')
-rw-r--r--engines/pink/pink.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/pink/pink.cpp b/engines/pink/pink.cpp
index 895300a565..aa40c3ef87 100644
--- a/engines/pink/pink.cpp
+++ b/engines/pink/pink.cpp
@@ -163,9 +163,6 @@ Common::Error Pink::PinkEngine::run() {
void PinkEngine::pauseEngine(void *engine, bool pause) {
PinkEngine *vm = (PinkEngine*)engine;
vm->pauseEngineIntern(pause);
- if (!pause) {
- vm->_director->addDirtyRect(Common::Rect(0, 0, 640, 480));
- }
}
void PinkEngine::load(Archive &archive) {