diff options
Diffstat (limited to 'engines/sci/include')
-rw-r--r-- | engines/sci/include/gfx_system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/include/gfx_system.h b/engines/sci/include/gfx_system.h index 4943a2aff1..45341b6237 100644 --- a/engines/sci/include/gfx_system.h +++ b/engines/sci/include/gfx_system.h @@ -132,7 +132,7 @@ typedef struct { /* gfx_pixmap_color_t: Pixmap-specific color entries */ typedef struct { /* gfx_color_t: Full color */ gfx_pixmap_color_t visual; guint8 alpha; /* transparency = (1-opacity) */ - byte priority, control; + signed char priority, control; byte mask; /* see mask values below */ } gfx_color_t; |