aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/vga.h')
-rw-r--r--engines/agos/vga.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/agos/vga.h b/engines/agos/vga.h
index 7a4f06f26f..ac84262cbf 100644
--- a/engines/agos/vga.h
+++ b/engines/agos/vga.h
@@ -56,7 +56,7 @@ struct AnimationHeader_Feeble {
// Simon 1/2
struct ImageHeader_Simon {
uint16 id;
- uint16 x_1;
+ uint16 color;
uint16 x_2;
uint16 scriptOffs;
};
@@ -116,6 +116,7 @@ struct VC10_state {
int16 image;
uint16 flags;
byte palette;
+ byte paletteMod;
int16 x, y;
uint16 width, height;