aboutsummaryrefslogtreecommitdiff
path: root/simon/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/vga.h')
-rw-r--r--simon/vga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/vga.h b/simon/vga.h
index 015c3f20cd..e20f32f034 100644
--- a/simon/vga.h
+++ b/simon/vga.h
@@ -69,7 +69,7 @@ struct VC10_state {
uint16 flags;
int x, y;
- byte base_color;
+ byte palette;
uint draw_width, draw_height;
uint x_skip, y_skip;