diff options
Diffstat (limited to 'engines/agos/event.cpp')
| -rw-r--r-- | engines/agos/event.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/agos/event.cpp b/engines/agos/event.cpp index 0c7c1feb51..2ba5d56243 100644 --- a/engines/agos/event.cpp +++ b/engines/agos/event.cpp @@ -557,7 +557,8 @@ void AGOSEngine_PuzzlePack::timerProc() { _lastTickCount = _system->getMillis(); AGOSEngine_Feeble::timerProc(); - dimpIdle(); + if (getGameId() == GID_DIMP) + dimpIdle(); } void AGOSEngine_Feeble::timerProc() { @@ -612,7 +613,6 @@ void AGOSEngine_Feeble::timerProc() { } #endif -#ifdef ENABLE_PN void AGOSEngine_PN::timerProc() { if (_videoLockOut & 0x80E9 || _videoLockOut & 2) return; @@ -651,7 +651,6 @@ void AGOSEngine_PN::timerProc() { _videoLockOut &= ~2; } -#endif void AGOSEngine::timerProc() { if (_videoLockOut & 0x80E9 || _videoLockOut & 2) |
