diff options
Diffstat (limited to 'engines/mads/palette.h')
-rw-r--r-- | engines/mads/palette.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mads/palette.h b/engines/mads/palette.h index 906f62c3f3..1a540755d7 100644 --- a/engines/mads/palette.h +++ b/engines/mads/palette.h @@ -32,6 +32,9 @@ class MADSEngine; #define PALETTE_USAGE_COUNT 4 +//#define VGA_COLOR_TRANS(x) (((((int)(x)) + 1) << 2) - 1) +#define VGA_COLOR_TRANS(x) (x) + struct RGB4 { byte r; byte g; |