[Scummvm-cvs-logs] scummvm master -> eef6c5dd90d17b0166f1c13a4f6ec50d67e90646
fuzzie
fuzzie at fuzzie.org
Thu Apr 14 23:03:51 CEST 2011
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:
eef6c5dd90 SWORD25: Silly whitespace fix.
Commit: eef6c5dd90d17b0166f1c13a4f6ec50d67e90646
https://github.com/scummvm/scummvm/commit/eef6c5dd90d17b0166f1c13a4f6ec50d67e90646
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-04-14T14:02:18-07:00
Commit Message:
SWORD25: Silly whitespace fix.
Changed paths:
engines/sword25/gfx/image/renderedimage.cpp
diff --git a/engines/sword25/gfx/image/renderedimage.cpp b/engines/sword25/gfx/image/renderedimage.cpp
index 1cc5d50..b740c0e 100644
--- a/engines/sword25/gfx/image/renderedimage.cpp
+++ b/engines/sword25/gfx/image/renderedimage.cpp
@@ -267,7 +267,7 @@ bool RenderedImage::blit(int posX, int posY, int flipping, Common::Rect *pPartRe
out = outo;
in = ino;
for (int j = 0; j < img->w; j++) {
- uint32 pix = *(uint32*)in;
+ uint32 pix = *(uint32 *)in;
int b = (pix >> 0) & 0xff;
int g = (pix >> 8) & 0xff;
int r = (pix >> 16) & 0xff;
More information about the Scummvm-git-logs
mailing list