[Scummvm-git-logs] scummvm master -> e17fa6216b1b4b145969232fc8b479c1463a1600

eriktorbjorn eriktorbjorn at telia.com
Tue Dec 6 21:03:33 CET 2016


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:
e17fa6216b SCUMM HE: Silence GCC indentation warning


Commit: e17fa6216b1b4b145969232fc8b479c1463a1600
    https://github.com/scummvm/scummvm/commit/e17fa6216b1b4b145969232fc8b479c1463a1600
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2016-12-06T21:01:06+01:00

Commit Message:
SCUMM HE: Silence GCC indentation warning

Changed paths:
    engines/scumm/he/moonbase/distortion.cpp


diff --git a/engines/scumm/he/moonbase/distortion.cpp b/engines/scumm/he/moonbase/distortion.cpp
index 7aaec0e..f9a6670 100644
--- a/engines/scumm/he/moonbase/distortion.cpp
+++ b/engines/scumm/he/moonbase/distortion.cpp
@@ -48,7 +48,7 @@ static void blitDistortionCore(
 		if (!clipRect.intersects(*optionalclipRectPtr))
 			return;
 
-			clipRect.clip(*optionalclipRectPtr);
+		clipRect.clip(*optionalclipRectPtr);
 	}
 
 	Common::Rect distortionRect(distortionBitmap->w, distortionBitmap->h);





More information about the Scummvm-git-logs mailing list