diff options
| author | Andrei Prykhodko | 2018-07-20 21:57:17 +0300 |
|---|---|---|
| committer | Andrei Prykhodko | 2018-07-20 22:05:46 +0300 |
| commit | b6dc832346ef1a70390970430f604d6b4625d268 (patch) | |
| tree | eb14081ec673df147dfe73820fb8d35c73ce1122 /engines/pink | |
| parent | da34d0dce2943ffb936d55bb2291d728002d0002 (diff) | |
| download | scummvm-rg350-b6dc832346ef1a70390970430f604d6b4625d268.tar.gz scummvm-rg350-b6dc832346ef1a70390970430f604d6b4625d268.tar.bz2 scummvm-rg350-b6dc832346ef1a70390970430f604d6b4625d268.zip | |
PINK: sync with MACGUI changes
Diffstat (limited to 'engines/pink')
| -rw-r--r-- | engines/pink/pink.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/pink/pink.cpp b/engines/pink/pink.cpp index 71623c5562..73c6f5ec5a 100644 --- a/engines/pink/pink.cpp +++ b/engines/pink/pink.cpp @@ -75,8 +75,7 @@ Common::Error PinkEngine::init() { _console = new Console(this); _director = new Director(); - _director->getWndManager()._engine = this; - _director->getWndManager()._pauseEngineCallback = &pauseEngine; + _director->getWndManager().setEnginePauseCallback(this, &pauseEngine); Common::String orbName; Common::String broName; |
