aboutsummaryrefslogtreecommitdiff
path: root/simon/vga.h
diff options
context:
space:
mode:
authorTravis Howell2005-10-05 11:37:26 +0000
committerTravis Howell2005-10-05 11:37:26 +0000
commit05ea6d3a34ba3bb81c6e72cc6ace6603b4018118 (patch)
tree9d8b22268b4f85bda19c5b4ca287bcdcfb62c743 /simon/vga.h
parent99f36dafe86a155e8da20b2f2bbe64d27e5183ac (diff)
downloadscummvm-rg350-05ea6d3a34ba3bb81c6e72cc6ace6603b4018118.tar.gz
scummvm-rg350-05ea6d3a34ba3bb81c6e72cc6ace6603b4018118.tar.bz2
scummvm-rg350-05ea6d3a34ba3bb81c6e72cc6ace6603b4018118.zip
Cleanup
svn-id: r18940
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;