diff options
Diffstat (limited to 'engines/simon/vga.h')
| -rw-r--r-- | engines/simon/vga.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/simon/vga.h b/engines/simon/vga.h index 2dd77633de..9f257a104a 100644 --- a/engines/simon/vga.h +++ b/engines/simon/vga.h @@ -100,11 +100,10 @@ struct AnimationHeader_Simon { struct VC10_state { int image; uint16 flags; - int x, y; - byte palette; - uint width, height; + int x, y; + int width, height; uint draw_width, draw_height; uint x_skip, y_skip; |
