AGI: Remove leftover RGBA reference in comments.

This commit is contained in:
Johannes Schickel
2011-02-20 21:39:29 +01:00
parent 75ee5af7c9
commit bb2daae936
+2 -2
View File
@@ -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[] = {