aboutsummaryrefslogtreecommitdiff
path: root/simon/vga.h
diff options
context:
space:
mode:
authorMax Horn2004-12-18 01:33:21 +0000
committerMax Horn2004-12-18 01:33:21 +0000
commit0ceb634fd4f0ccac5012ed7db61f131b814b7a3b (patch)
tree05b2369fef13c5e3d503a10085fe9bfe0ef448e7 /simon/vga.h
parentb93dd59a44f73f744bbf3d0d60e0ce509667eccc (diff)
downloadscummvm-rg350-0ceb634fd4f0ccac5012ed7db61f131b814b7a3b.tar.gz
scummvm-rg350-0ceb634fd4f0ccac5012ed7db61f131b814b7a3b.tar.bz2
scummvm-rg350-0ceb634fd4f0ccac5012ed7db61f131b814b7a3b.zip
constify simon engine; turned global var vc_get_out_of_code into a member of class SimonEngine
svn-id: r16106
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 e3e01db7a2..1bcb8a2207 100644
--- a/simon/vga.h
+++ b/simon/vga.h
@@ -73,7 +73,7 @@ struct VC10_state {
byte dl, dh;
- byte *depack_src;
+ const byte *depack_src;
int8 depack_cont;
byte depack_dest[200];