Skip to content

Commit

Permalink
HOPKINS: Hide mouse before displaying credits
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed May 4, 2013
1 parent f286ae8 commit 2db9e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/hopkins/hopkins.cpp
Expand Up @@ -2136,6 +2136,7 @@ void HopkinsEngine::playEnding() {
_animMan->playAnim("FF1a.anm", "FF1a.anm", 9, 18, 18);
_animMan->playAnim("FF1a.anm", "FF1a.anm", 9, 18, 9);
_animMan->playAnim("FF2a.anm", "FF2a.anm", 24, 24, 100);
_events->mouseOff();
displayCredits();
_globals->_eventMode = EVENTMODE_DEFAULT;
_globals->_exitId = 300;
Expand Down

0 comments on commit 2db9e27

Please sign in to comment.