From c9a9f7b48fabd5905927b8dd5eaea037a33dd3b6 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 16 Feb 2011 00:44:14 +0100 Subject: IPHONE: Remove erroneous write in OSystem_IPHONE::grabPalette. Thanks to dhewg for reporting this! --- backends/platform/iphone/osys_video.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'backends/platform/iphone') diff --git a/backends/platform/iphone/osys_video.cpp b/backends/platform/iphone/osys_video.cpp index 8de99ea242..d67d38932a 100644 --- a/backends/platform/iphone/osys_video.cpp +++ b/backends/platform/iphone/osys_video.cpp @@ -114,7 +114,6 @@ void OSystem_IPHONE::grabPalette(byte *colors, uint start, uint num) { for (uint i = start; i < start + num; ++i) { Graphics::colorToRGB >(_palette[i], b[0], b[1], b[2]); - b[3] = 0xFF; b += 3; } } -- cgit v1.2.3