From 20bf83a2ce1c19e81cd486b4af3b7b73bd25e510 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 9 May 2007 15:36:05 +0000 Subject: Imrproved support for Elvira 1/2 and Waxworks. svn-id: r26792 --- engines/agos/vga.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/agos/vga.h') 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; -- cgit v1.2.3