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

Strangerke Strangerke at scummvm.org
Sat Apr 6 08:25:46 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:
a0d34fd294 HOPKINS: Partially revert 63b669cfc4ec0cae7be83949f98ee3fd48607f90 as it causes a regression in ComputerManager


Commit: a0d34fd294e4dbb8675c6019b49c0e85358ebce5
    https://github.com/scummvm/scummvm/commit/a0d34fd294e4dbb8675c6019b49c0e85358ebce5
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-04-05T23:23:14-07:00

Commit Message:
HOPKINS: Partially revert 63b669cfc4ec0cae7be83949f98ee3fd48607f90 as it causes a regression in ComputerManager

Changed paths:
    engines/hopkins/events.cpp



diff --git a/engines/hopkins/events.cpp b/engines/hopkins/events.cpp
index 2fd0054..2a0137d 100644
--- a/engines/hopkins/events.cpp
+++ b/engines/hopkins/events.cpp
@@ -420,11 +420,11 @@ void EventsManager::refreshScreenAndEvents() {
 	bool externalLoopFl = false;
 	do {
 		while (!_vm->shouldQuit()) {
-			pollEvents();
+			checkForNextFrameCounter();
 			bool innerLoopFl = false;
 
 			while (!_vm->shouldQuit() && (_breakoutFl || _vm->_globals->_eventMode != EVENTMODE_IGNORE)) {
-				pollEvents();
+				checkForNextFrameCounter();
 
 				if (!_breakoutFl) {
 					innerLoopFl = true;






More information about the Scummvm-git-logs mailing list