diff options
-rw-r--r-- | engines/hopkins/hopkins.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/hopkins.cpp b/engines/hopkins/hopkins.cpp index 25c213f8ec..407f264116 100644 --- a/engines/hopkins/hopkins.cpp +++ b/engines/hopkins/hopkins.cpp @@ -1642,8 +1642,8 @@ void HopkinsEngine::playIntro() { _graphicsMan->setColorPercentage(253, 100, 100, 100); _graphicsMan->setColorPercentage(251, 100, 100, 100); _graphicsMan->setColorPercentage(254, 0, 0, 0); - for (int i = 0; i <= 4; i++) - _events->refreshScreenAndEvents(); + + _events->delay(500); _globals->_eventMode = EVENTMODE_IGNORE; _graphicsMan->fadeInLong(); |