[Scummvm-cvs-logs] scummvm master -> b23c5d9522167ccb3e1c619d97792065070ce33d

Strangerke Strangerke at scummvm.org
Thu Jun 6 00:26:15 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b23c5d9522 HOPKINS: Fix glitch occurring in the intro of the Linux Demo.


Commit: b23c5d9522167ccb3e1c619d97792065070ce33d
    https://github.com/scummvm/scummvm/commit/b23c5d9522167ccb3e1c619d97792065070ce33d
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-06-05T15:24:35-07:00

Commit Message:
HOPKINS: Fix glitch occurring in the intro of the Linux Demo.

Thanks greencis for reporting it

Changed paths:
    engines/hopkins/hopkins.cpp



diff --git a/engines/hopkins/hopkins.cpp b/engines/hopkins/hopkins.cpp
index 25c213f..407f264 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();






More information about the Scummvm-git-logs mailing list