Skip to content

Commit

Permalink
HOPKINS: Fix glitch occurring in the intro of the Linux Demo.
Browse files Browse the repository at this point in the history
Thanks greencis for reporting it
  • Loading branch information
Strangerke committed Jun 5, 2013
1 parent d12a3ac commit b23c5d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/hopkins/hopkins.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit b23c5d9

Please sign in to comment.