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

eriktorbjorn eriktorbjorn at telia.com
Tue Jun 30 18:55:30 CEST 2015


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:
b57e9ae814 AGOS: Adjust indentation.


Commit: b57e9ae814151ecaf517ac4e30c1e5d22bfc23d3
    https://github.com/scummvm/scummvm/commit/b57e9ae814151ecaf517ac4e30c1e5d22bfc23d3
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-06-30T18:54:10+02:00

Commit Message:
AGOS: Adjust indentation.

Changed paths:
    engines/agos/gfx.cpp



diff --git a/engines/agos/gfx.cpp b/engines/agos/gfx.cpp
index 687463f..8678422 100644
--- a/engines/agos/gfx.cpp
+++ b/engines/agos/gfx.cpp
@@ -1308,7 +1308,7 @@ void AGOSEngine::setWindowImageEx(uint16 mode, uint16 vgaSpriteId) {
 	if (getGameType() == GType_SIMON1 && getPlatform() == Common::kPlatformAmiga && vgaSpriteId == 1) {
 		_copyScnFlag = 5;
 		while (_copyScnFlag && !shouldQuit())
-				delay(1);
+			delay(1);
 	}
 }
 






More information about the Scummvm-git-logs mailing list