aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
diff options
context:
space:
mode:
authorJohannes Schickel2011-02-20 21:33:56 +0100
committerJohannes Schickel2011-02-20 21:39:29 +0100
commitbb2daae936783e844dcc00a3b84e7f811e4f7264 (patch)
treef0525b1d69152117af86e5e722138d45ad6837ba /engines/agi
parent75ee5af7c964ec9b37d9c0ba3cbaafb2b0d737de (diff)
downloadscummvm-rg350-bb2daae936783e844dcc00a3b84e7f811e4f7264.tar.gz
scummvm-rg350-bb2daae936783e844dcc00a3b84e7f811e4f7264.tar.bz2
scummvm-rg350-bb2daae936783e844dcc00a3b84e7f811e4f7264.zip
AGI: Remove leftover RGBA reference in comments.
Diffstat (limited to 'engines/agi')
-rw-r--r--engines/agi/graphics.cpp4
1 files changed, 2 insertions, 2 deletions
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[] = {