[Scummvm-cvs-logs] scummvm master -> 4d56fe773da29f84639fa79ddd84998a1a2f4ca1

Strangerke Strangerke at scummvm.org
Sun Jun 9 23:14:22 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:
4d56fe773d HOPKINS: Fix code formatting


Commit: 4d56fe773da29f84639fa79ddd84998a1a2f4ca1
    https://github.com/scummvm/scummvm/commit/4d56fe773da29f84639fa79ddd84998a1a2f4ca1
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-06-09T14:12:34-07:00

Commit Message:
HOPKINS: Fix code formatting

Changed paths:
    engines/hopkins/hopkins.cpp



diff --git a/engines/hopkins/hopkins.cpp b/engines/hopkins/hopkins.cpp
index 407f264..0aa7481 100644
--- a/engines/hopkins/hopkins.cpp
+++ b/engines/hopkins/hopkins.cpp
@@ -793,14 +793,14 @@ bool HopkinsEngine::runFull() {
 
 	if (_startGameSlot == -1) {
 		if (getPlatform() == Common::kPlatformLinux) {
-				_graphicsMan->loadImage("H2");
-				_graphicsMan->fadeInLong();
-				_events->delay(500);
-				_graphicsMan->fadeOutLong();
-				_globals->_speed = 2;
-				_globals->_eventMode = EVENTMODE_IGNORE;
-				_graphicsMan->_fadingFl = true;
-				_animMan->playAnim("MP.ANM", "MP.ANM", 10, 16, 200);
+			_graphicsMan->loadImage("H2");
+			_graphicsMan->fadeInLong();
+			_events->delay(500);
+			_graphicsMan->fadeOutLong();
+			_globals->_speed = 2;
+			_globals->_eventMode = EVENTMODE_IGNORE;
+			_graphicsMan->_fadingFl = true;
+			_animMan->playAnim("MP.ANM", "MP.ANM", 10, 16, 200);
 		} else {
 			_animMan->playAnim("MP.ANM", "MP.ANM", 10, 16, 200);
 			_graphicsMan->fadeOutLong();






More information about the Scummvm-git-logs mailing list