From bb2daae936783e844dcc00a3b84e7f811e4f7264 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 20 Feb 2011 21:33:56 +0100 Subject: AGI: Remove leftover RGBA reference in comments. --- engines/agi/graphics.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/agi') diff --git a/engines/agi/graphics.cpp b/engines/agi/graphics.cpp index b1198123ff..58982a2931 100644 --- a/engines/agi/graphics.cpp +++ b/engines/agi/graphics.cpp @@ -927,7 +927,7 @@ static const byte appleIIgsMouseCursor[] = { }; /** - * RGBA-palette for the black and white SCI and Apple IIGS arrow cursors. + * RGB-palette for the black and white SCI and Apple IIGS arrow cursors. */ static const byte sciMouseCursorPalette[] = { 0x00, 0x00, 0x00, // Black @@ -956,7 +956,7 @@ static const byte amigaMouseCursor[] = { }; /** - * RGBA-palette for the Amiga-style arrow cursor + * RGB-palette for the Amiga-style arrow cursor * and the Amiga-style busy cursor. */ static const byte amigaMouseCursorPalette[] = { -- cgit v1.2.3